diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-07 01:05:50 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-07 01:05:50 -0600 |
| commit | ca5c27c9b2cdf658bdf46e90e82120b8869a8a32 (patch) | |
| tree | ee11cbbcff4eebd6da75cf71d97e2b4db0578bb9 /dotfiles | |
| parent | ab9f0415b11c2059848b4b72d3a67dc6348589b0 (diff) | |
feat(archsetup): add package-inventory script and reconcile packages
Add package-inventory script that compares archsetup-declared packages
against the live system. Fix awk for-loop parser and dependency
filtering. Add 10 missing packages to archsetup (hyprpaper, wev, socat,
sshpass, flatpak, solaar, ttf-dejavu, atomicparsley, freetube,
tidal-dl-ng). Fix pipx_install function name bug. Change Hyprland
follow_mouse to 0 to fix swap focus issue.
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 4f7096e..1c4e17c 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -106,7 +106,7 @@ cursor { input { kb_layout = us kb_options = ctrl:nocaps - follow_mouse = 2 + follow_mouse = 0 float_switch_override_focus = 0 mouse_refocus = false touchpad { |
