super + m to fix monitor layout
at least on the office machine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user