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;