From a5b47bc75bc1f3fff4a69bdd35d04560cc989ab2 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Fri, 9 May 2025 11:36:58 +0200 Subject: [PATCH] hyprland: add workspace_swipe --- modules/wms/wayland/hyprland/settings.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/wms/wayland/hyprland/settings.nix b/modules/wms/wayland/hyprland/settings.nix index 624a0f3..fa65c2b 100644 --- a/modules/wms/wayland/hyprland/settings.nix +++ b/modules/wms/wayland/hyprland/settings.nix @@ -47,6 +47,10 @@ in { }; }; + gestures = { + workspace_swipe = true; + }; + general = { layout = "dwindle"; gaps_in = 0;