From 20b33eb6db35251497984304adde5d7284f5d5fe Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 19 Sep 2025 22:15:13 -0400 Subject: update commits --- home/desktops/hyprland/settings.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'home/desktops/hyprland/settings.nix') diff --git a/home/desktops/hyprland/settings.nix b/home/desktops/hyprland/settings.nix index daaf749..a82b6db 100644 --- a/home/desktops/hyprland/settings.nix +++ b/home/desktops/hyprland/settings.nix @@ -39,12 +39,9 @@ }; # Gestures - gestures = { - workspace_swipe = true; - workspace_swipe_fingers = 3; - workspace_swipe_forever = true; - workspace_swipe_cancel_ratio = 0.15; - }; + gesture = [ + "3, horizontal, workspace" + ]; # Decoration decoration = { -- cgit v1.2.3-freya