diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-20 22:04:17 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-20 22:04:17 -0400 |
| commit | 059833df51581216ac0b804b7fa78fef27f0f40e (patch) | |
| tree | 171b6e7159cbc2c2c47134cc115eceb19d23cb36 /dotfiles | |
| parent | c7fa7feca46e081641d9a6c3d4f34799b1683b23 (diff) | |
| download | archsetup-059833df51581216ac0b804b7fa78fef27f0f40e.tar.gz archsetup-059833df51581216ac0b804b7fa78fef27f0f40e.zip | |
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.
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 6 |
1 files 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 |
