From 059833df51581216ac0b804b7fa78fef27f0f40e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 20 May 2026 22:04:17 -0400 Subject: feat(hyprland): rebind monitor to Super+R, touchpad toggle to Super+M Super+M now toggles the touchpad (M for Mouse), and the monitor scratchpad moves to Super+R (R for Resources, since btop is a resource monitor). The touchpad toggle was on Super+F9, which is now free. Super+Shift+M still switches to the monocle layout. --- dotfiles/hyprland/.config/hypr/hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 2e41b30..c71b1fa 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -281,7 +281,7 @@ bind = $mod SHIFT, PERIOD, movewindow, mon:+1 bind = $mod SHIFT, RETURN, exec, pypr toggle term bind = $mod, I, exec, pypr toggle ai-term bind = $mod, A, exec, pypr toggle audio -bind = $mod, M, exec, pypr toggle monitor +bind = $mod, R, exec, pypr toggle monitor bind = $mod, N, exec, pypr toggle network bind = $mod, SLASH, exec, pypr toggle music @@ -312,8 +312,8 @@ bind = CTRL $mod, S, exec, screenshot fullscreen # Lock screen bind = $mod, ESCAPE, exec, hyprlock -# Touchpad toggle -bind = $mod, F9, exec, toggle-touchpad +# Touchpad toggle (Mouse) +bind = $mod, M, exec, toggle-touchpad # Exit/session bind = $mod SHIFT, Q, exec, pgrep -x wlogout || wlogout -b 3 -T 600 -B 600 -L 1200 -R 1200 -c 20 -r 20 -- cgit v1.2.3