From b39cbac17919c2dff7bcbe39d746e411b06e35b0 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 16 May 2025 20:55:26 +0200 Subject: [PATCH] hyprland: allow 3 finger ws swipe --- .config/hypr/hyprland/general.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland/general.conf b/.config/hypr/hyprland/general.conf index d6b2cd486..e1bfb06e8 100644 --- a/.config/hypr/hyprland/general.conf +++ b/.config/hypr/hyprland/general.conf @@ -32,7 +32,8 @@ binds { gestures { workspace_swipe = true workspace_swipe_distance = 700 - workspace_swipe_fingers = 4 + workspace_swipe_fingers = 3 + workspace_swipe_min_fingers = true workspace_swipe_cancel_ratio = 0.2 workspace_swipe_min_speed_to_force = 5 workspace_swipe_direction_lock = true