From b3bc7cd041256efa88233c19e0663d70f356f138 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sun, 22 Jun 2025 14:49:45 +0200 Subject: [PATCH] epic workspace gestures --- modules/home/hyprland.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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";