diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 0e02254..b58e0c3 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -162,6 +162,12 @@ in scroll_event_delay = 50; }; + gestures = { + workspace_swipe = true; + workspace_swipe_fingers = 3; + workspace_swipe_forever = true; + }; + cursor = { no_warps = true; };