diff --git a/modules/hyprland/hyprland.nix b/modules/hyprland/hyprland.nix index 46e77cd..599f739 100644 --- a/modules/hyprland/hyprland.nix +++ b/modules/hyprland/hyprland.nix @@ -63,6 +63,9 @@ in desktopSystemConfiguration { ]; binde = [ + "SUPER, mouse_up, workspace, e+1" + "SUPER, mouse_down, workspace, e-1" + "SUPER, left , movefocus, l" "SUPER, down , movefocus, d" "SUPER, up , movefocus, u" @@ -88,9 +91,6 @@ in desktopSystemConfiguration { "SUPER , TAB, workspace, e+1" "SUPER+ALT, TAB, workspace, e-1" - "SUPER, mouse_up, workspace, e+1" - "SUPER, mouse_down, workspace, e-1" - (map (n: [ "SUPER , ${toString n}, workspace , ${toString n}" "SUPER+ALT, ${toString n}, movetoworkspacesilent, ${toString n}"