From 580a2c3a8899d0d57048c0d2cef9292e8901e9d0 Mon Sep 17 00:00:00 2001 From: tokyo4j Date: Thu, 28 Mar 2024 04:19:57 +0900 Subject: [PATCH] [fixup] set default timeout to 500 (I set 400ms for testing but forgot to bring it back) --- src/config/rcxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/rcxml.c b/src/config/rcxml.c index 464c198f..897c460e 100644 --- a/src/config/rcxml.c +++ b/src/config/rcxml.c @@ -1185,7 +1185,7 @@ rcxml_init(void) rc.window_edge_strength = 20; rc.snap_edge_range = 1; - rc.snap_preview_timeout = 400; + rc.snap_preview_timeout = 500; rc.snap_top_maximize = true; rc.snap_tiling_events_mode = LAB_TILING_EVENTS_ALWAYS;