diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index a29f84a..4169e94 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -34,6 +34,13 @@ in { clickfinger_behavior = true; }; }; + + gestures = { + workspace_swipe = true; + workspace_swipe_forever = true; + workspace_swipe_direction_lock = false; + }; + "$mod" = "SUPER"; "$terminal" = "ghostty"; "$filemanager" = "nautilus";