diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 30f87f5..52006c3 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -225,6 +225,10 @@ in { new_is_master = true; }; + gestures = { + workspace_swipe = true; + }; + misc = { force_default_wallpaper = 0; disable_splash_rendering = true;