super + m to fix monitor layout

at least on the office machine
This commit is contained in:
committer@tuxwarrior
2026-05-26 05:03:48 -05:00
parent 6f3981a2f5
commit 6d2293be90
+1
View File
@@ -229,6 +229,7 @@ bind = $mainMod, F3, exec, $fileManager
# key operations
bind = $mainMod, L, exec, hyprlock # lock
bind = $mainMod, O, exec, sleep 1; hyprctl dispatch dpms off; hyprlock # monitor off & lock
bind = $mainMod, M, exec, hyprmon --profile office # rotate monitors correctly, after `ct d h`
bind = $mainMod, Q, killactive,
bind = $mainMod SHIFT, ESCAPE, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit # exit alt. 1
bind = $mainMod CTRL, ESCAPE, exit, # exit alt. 2