✨ feat(hypr): new bindings to change monitors
This commit is contained in:
parent
87e14b7cf8
commit
bcdbcce9fe
1 changed files with 5 additions and 0 deletions
|
@ -126,6 +126,11 @@ bind = SUPERCTRL, RIGHT, workspace, m+1
|
|||
|
||||
bind = SUPERCTRL, H, workspace, m-1
|
||||
bind = SUPERCTRL, L, workspace, m+1
|
||||
|
||||
# Moving to next and prev monitors
|
||||
bind = SUPER, 59, focusmonitor, -1 # Comma
|
||||
bind = SUPER, 60, focusmonitor, +1 # Period
|
||||
|
||||
# Group control
|
||||
bind = SUPER, G, togglegroup
|
||||
bind = ALT, TAB, changegroupactive
|
||||
|
|
Loading…
Add table
Reference in a new issue