From 3bc6335304be989880515ceb17a42a6c3a92690b Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 5 Jun 2024 05:56:08 -0400 Subject: [PATCH] update: get my laptop layout back --- hypr/conf/layouts/laptop.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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