From f0e8d6f0e5409401073c6a47178ad4544ebbef4e Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sun, 15 Mar 2026 08:06:30 +0100 Subject: [PATCH] - inverting meta+scroll-wheel desktop wrapping direction --- .config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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