From f45fcd49d9a1faa140ec47c069c2e609779c41f1 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Wed, 22 May 2024 23:48:39 -0700 Subject: [PATCH] hyprland workspace swipe gesture --- modules/desktop/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;