- inverting meta+scroll-wheel desktop wrapping direction

This commit is contained in:
2026-03-15 08:06:30 +01:00
parent 88e7a69ccf
commit f0e8d6f0e5

View File

@@ -261,8 +261,8 @@ bind = $mainMod CTRL, 0, movetoworkspacesilent, 10
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
bind = $mainMod, mouse_down, workspace, e-1
bind = $mainMod, mouse_up, workspace, e+1
# Scroll workspaces with ctrl + mod + left || right keys
bind = $mainMod CTRL, left, workspace, e-1