diff --git a/hypr/conf/layouts/laptop.conf b/hypr/conf/layouts/laptop.conf index d531762..f098def 100644 --- a/hypr/conf/layouts/laptop.conf +++ b/hypr/conf/layouts/laptop.conf @@ -12,5 +12,12 @@ master { } gestures { - workspace_swipe = true + workspace_swipe=true + workspace_swipe_fingers=3 + workspace_swipe_distance=400 + 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 } \ No newline at end of file