diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 5b03b3a..2fbe431 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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