opt: change default snap to disable
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user