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 | 7ef915c605554ac47926576674188895fe99e3ae (patch) | |
| tree | ee11cbbcff4eebd6da75cf71d97e2b4db0578bb9 /dotfiles | |
| parent | 6f3cdfd19e9beeba0017e3dfaa319cf526e26e0d (diff) | |
| download | archsetup-7ef915c605554ac47926576674188895fe99e3ae.tar.gz archsetup-7ef915c605554ac47926576674188895fe99e3ae.zip | |
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 { |
