From 07fea73a8e0cfa127768ab2169de336a4ebaa8ba Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Sat, 29 Nov 2025 12:58:03 -0800 Subject: [PATCH] update for hyprland 0.51+ --- configs/hypr/general.conf.template | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/configs/hypr/general.conf.template b/configs/hypr/general.conf.template index bc2fcb1..4584812 100644 --- a/configs/hypr/general.conf.template +++ b/configs/hypr/general.conf.template @@ -3,17 +3,9 @@ # MONITOR CONFIG @MONITOR_CONFIG@ -# Gestures +# Gestures (Hyprland 0.51+ syntax) gestures { - workspace_swipe = @WORKSPACE_SWIPE@ - workspace_swipe_distance = 700 - 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 - workspace_swipe_direction_lock_threshold = 10 - workspace_swipe_create_new = true + gesture = 3, horizontal, workspace } general {