hyprland: super+scroll switches by relative workspace ID, not just existing ones

This commit is contained in:
Aly Raffauf 2024-04-11 16:45:40 -04:00
parent f772fa9ee0
commit 4605972b66

View file

@ -308,8 +308,8 @@
bind = ${modifier} SHIFT, S, movetoworkspace, special:magic
# Scroll through existing workspaces with mainMod + scroll
bind = ${modifier}, mouse_down, workspace, e+1
bind = ${modifier}, mouse_up, workspace, e-1
bind = ${modifier}, mouse_down, workspace, +1
bind = ${modifier}, mouse_up, workspace, -1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = ${modifier}, mouse:272, movewindow