mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -05:00
hyprland: super+scroll switches by relative workspace ID, not just existing ones
This commit is contained in:
parent
f772fa9ee0
commit
4605972b66
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue