mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-12 13:30:01 -05:00
opt: change default snap to disable
This commit is contained in:
parent
d8a11e80bc
commit
09bd681919
2 changed files with 4 additions and 4 deletions
|
|
@ -49,8 +49,8 @@ sloppyfocus=1
|
||||||
warpcursor=1
|
warpcursor=1
|
||||||
focus_cross_monitor=0
|
focus_cross_monitor=0
|
||||||
focus_cross_tag=1
|
focus_cross_tag=1
|
||||||
enable_floating_snap=1
|
enable_floating_snap=0
|
||||||
snap_distance=80
|
snap_distance=30
|
||||||
|
|
||||||
# keyboard
|
# keyboard
|
||||||
repeat_rate=25
|
repeat_rate=25
|
||||||
|
|
|
||||||
|
|
@ -51,8 +51,8 @@ int scroller_focus_center = 0;
|
||||||
int scroller_prefer_center = 0;
|
int scroller_prefer_center = 0;
|
||||||
int focus_cross_monitor = 0;
|
int focus_cross_monitor = 0;
|
||||||
int focus_cross_tag = 0;
|
int focus_cross_tag = 0;
|
||||||
int snap_distance = 80;
|
int snap_distance = 30;
|
||||||
int enable_floating_snap = 1;
|
int enable_floating_snap = 0;
|
||||||
|
|
||||||
unsigned int swipe_min_threshold = 20;
|
unsigned int swipe_min_threshold = 20;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue