mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
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:
parent
ba81866268
commit
9ca0b111f4
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue