mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-07 13:29:59 -05:00
feat: add floating window auto snap
This commit is contained in:
parent
4b0d3bde28
commit
d5ba4e1c87
4 changed files with 82 additions and 1 deletions
|
|
@ -51,6 +51,8 @@ int scroller_focus_center = 0;
|
|||
int scroller_prefer_center = 0;
|
||||
int focus_cross_monitor = 0;
|
||||
int focus_cross_tag = 0;
|
||||
int snap_distance = 80;
|
||||
int enable_floating_snap = 1;
|
||||
|
||||
unsigned int swipe_min_threshold = 20;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue