mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-12 13:30:01 -05:00
feat: add option no_radius_when_single
This commit is contained in:
parent
eaba32056b
commit
4c496307eb
3 changed files with 17 additions and 3 deletions
|
|
@ -56,6 +56,7 @@ int scroller_prefer_center = 0;
|
|||
int focus_cross_monitor = 0;
|
||||
int focus_cross_tag = 0;
|
||||
int no_border_when_single = 0;
|
||||
int no_radius_when_single = 0;
|
||||
int snap_distance = 30;
|
||||
int enable_floating_snap = 0;
|
||||
int drag_tile_to_tile = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue