config: increase default <snapping><range> to 10

...to make it easier to snap windows on the edge between two monitors.

Fixes: #2602
This commit is contained in:
Johan Malm 2025-03-04 21:14:41 +00:00 committed by Hiroaki Yamamoto
parent ba81866268
commit 9ca0b111f4
3 changed files with 3 additions and 3 deletions

View file

@ -1486,7 +1486,7 @@ rcxml_init(void)
rc.unsnap_threshold = 20;
rc.unmaximize_threshold = 150;
rc.snap_edge_range = 1;
rc.snap_edge_range = 10;
rc.snap_overlay_enabled = true;
rc.snap_overlay_delay_inner = 500;
rc.snap_overlay_delay_outer = 500;