feat(hypr): new bindings to change monitors

This commit is contained in:
Sergio Laín 2024-04-02 12:33:26 +02:00
parent 87e14b7cf8
commit bcdbcce9fe
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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