hyprland: Add workspace switching with mouse buttons

This commit is contained in:
Donovan Glover 2023-08-07 20:23:42 -04:00
parent b3c95ed4f2
commit 9228444d6e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -193,6 +193,8 @@ in
bind = $SUPER, 1, exec, hyprland-relative-workspace b
bind = $SUPER, 2, exec, hyprland-relative-workspace f
bind = $SUPER, F11, exec, hyprland-relative-workspace b
bind = $SUPER, F12, exec, hyprland-relative-workspace f
bind = $SUPER_SHIFT, 1, exec, hyprland-relative-workspace b --with-window
bind = $SUPER_SHIFT, 2, exec, hyprland-relative-workspace f --with-window