diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index f577f0f..e32c227 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -29,6 +29,9 @@ disable_while_typing = true; }; }; + gestures = { + workspace_swipe = true; + }; # bindl = [ # ",switch:off:Lid Switch,exec,hyprctl keyword monitor eDP-2, 2560x1600@165, 0x0, auto" @@ -60,6 +63,12 @@ # Window management "$mod, x, killactive" "$mod, tab, togglefloating" + + # Workspace management + "$mod, right, workspace, +1" + "$mod, left, workspace, -1" + "$mod SHIFT, right, movetoworkspace, +1" + "$mod SHIFT, left, movetoworkspace, -1" ]; # Prevent xwayland apps from looking pixellated, cursor scaling to compensate for this is defined in home.nix