From 908a51d3ecd9b745c534c5490c06bbf46a04800e Mon Sep 17 00:00:00 2001 From: stitchy Date: Wed, 15 Oct 2025 11:26:10 -0700 Subject: [PATCH] fix(hypr): workspace swipe new syntax --- config/hypr/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 1ea758e..8826903 100755 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -102,7 +102,8 @@ debug { disable_scale_checks=true } +gesture = 3, horizontal, workspace gestures { - workspace_swipe = true + workspace_swipe_forever = true workspace_swipe_distance = 350 }