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
+5 -4
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
@@ -247,13 +248,13 @@ bind = $mainMod, W, hy3:changegroup, opposite # toggle between horizontal and
# hy3: tab groups
bind = $mainMod, T, hy3:changegroup, toggletab # toggle tab mode on current group
bind = $mainMod SHIFT, T, hy3:makegroup, tab # wrap window into a new tab group
bind = $mainMod SHIFT, T, hy3:makegroup, tab # wrap window into a new tab group
# screenshot
# https://github.com/alonso-herreros/hyprcap
bind = , PRINT, exec, screenshot.sh region # region
bind = $mainMod SHIFT, PRINT, exec, screenshot.sh monitor # monitor
bind = $mainMod, PRINT, exec, screenshot.sh window # window
bind = , PRINT, exec, screenshot.sh region # region
bind = $mainMod SHIFT, PRINT, exec, screenshot.sh monitor # monitor
bind = $mainMod, PRINT, exec, screenshot.sh window # window
# window cycle
bind = ALT, Tab, focuscurrentorlast # switch focus from current to previous window