[fixup] set default timeout to 500 (I set 400ms for testing but forgot to bring it back)

This commit is contained in:
tokyo4j 2024-03-28 04:19:57 +09:00
parent f6e1c95145
commit 580a2c3a88

View file

@ -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;