From c9aad3fb954cde2959d3e3be5a06bd7f1c542d81 Mon Sep 17 00:00:00 2001 From: Dmitrii Gudov Date: Sat, 13 Dec 2025 22:33:22 +0300 Subject: [PATCH] hyprland update --- home-manager/modules/hypr/hypr.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home-manager/modules/hypr/hypr.nix b/home-manager/modules/hypr/hypr.nix index 4622418..6c97c97 100644 --- a/home-manager/modules/hypr/hypr.nix +++ b/home-manager/modules/hypr/hypr.nix @@ -96,10 +96,9 @@ binds.scroll_event_delay = 0; + gesture = "3, horizontal, workspace"; gestures = { - workspace_swipe = true; workspace_swipe_distance = 700; - workspace_swipe_fingers = 3; workspace_swipe_cancel_ratio = 0.2; workspace_swipe_min_speed_to_force = 5; workspace_swipe_direction_lock = true;