mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-10 13:29:55 -05:00
feat: add option no_border_when_single=1
This commit is contained in:
parent
11313d9e17
commit
0e527298c5
4 changed files with 28 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ int scroller_focus_center = 0;
|
|||
int scroller_prefer_center = 0;
|
||||
int focus_cross_monitor = 0;
|
||||
int focus_cross_tag = 0;
|
||||
int no_border_when_single = 0;
|
||||
int snap_distance = 30;
|
||||
int enable_floating_snap = 0;
|
||||
unsigned int cursor_size = 24;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue