hyprland: Use super+s to swap monitor workspaces

Arguably more useful when multiple monitors are used.
This commit is contained in:
Donovan Glover 2023-07-26 18:47:05 -04:00
parent 375639abfb
commit 7ddfe1976f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -137,7 +137,7 @@ in
bind = $SUPER, U, exec, ~/.config/hypr/gaps.sh bind = $SUPER, U, exec, ~/.config/hypr/gaps.sh
bind = $SUPER, X, pin bind = $SUPER, X, pin
bind = $SUPER, F, fullscreen bind = $SUPER, F, fullscreen
bind = $SUPER, S, togglespecialworkspace bind = $SUPER, S, exec, hyprctl dispatch swapactiveworkspaces 0 1
bind = $SUPER_SHIFT, S, movetoworkspace, special bind = $SUPER_SHIFT, S, movetoworkspace, special
bind = $SUPER_SHIFT, S, focuscurrentorlast bind = $SUPER_SHIFT, S, focuscurrentorlast
bind = $SUPER, F1, exec, killall ..ironbar-wrapper || ironbar bind = $SUPER, F1, exec, killall ..ironbar-wrapper || ironbar