From 988fccd7b3f213a38c149b50f8937e6640bed0dd Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Sat, 13 Sep 2025 13:28:10 +0200 Subject: [PATCH] Fixes guestures --- .config/hypr/config/settings/Gestures.conf | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.config/hypr/config/settings/Gestures.conf b/.config/hypr/config/settings/Gestures.conf index 86c4866..e69de29 100644 --- a/.config/hypr/config/settings/Gestures.conf +++ b/.config/hypr/config/settings/Gestures.conf @@ -1,11 +0,0 @@ -gestures { - workspace_swipe = true - workspace_swipe_fingers = 3 - workspace_swipe_distance = 500 - workspace_swipe_invert = true - workspace_swipe_min_speed_to_force = 30 - workspace_swipe_cancel_ratio = 0.5 - workspace_swipe_create_new = true - workspace_swipe_forever = true - #workspace_swipe_use_r = true #uncomment if wanted a forever create a new workspace with swipe right -}