From ef9439b92cfee94ce6d9106f7d50c7c3e93c526b Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 19 May 2025 14:29:30 +0200 Subject: [PATCH] [Hyprland] Improve gestures --- config/hypr/hyprland/general.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/hypr/hyprland/general.conf b/config/hypr/hyprland/general.conf index c2e39c5..0cd9b02 100644 --- a/config/hypr/hyprland/general.conf +++ b/config/hypr/hyprland/general.conf @@ -53,7 +53,9 @@ input { gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more workspace_swipe = true - workspace_swipe_distance = 300 + workspace_swipe_distance = 200 + workspace_swipe_cancel_ratio = 0.3 + workspace_swipe_forever = true }