From ca5c27c9b2cdf658bdf46e90e82120b8869a8a32 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 7 Feb 2026 01:05:50 -0600 Subject: 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. --- dotfiles/hyprland/.config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/hyprland') 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 { -- cgit v1.2.3