mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-08 08:21:16 -04:00
opt: change some default config
This commit is contained in:
parent
b1d744ad1f
commit
636060972d
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ overviewgappi=5
|
||||||
overviewgappo=30
|
overviewgappo=30
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
drag_tile_refresh_interval=16.0
|
drag_tile_refresh_interval=8.0
|
||||||
drag_floating_refresh_interval=8.0
|
drag_floating_refresh_interval=8.0
|
||||||
no_border_when_single=0
|
no_border_when_single=0
|
||||||
axis_bind_apply_timeout=100
|
axis_bind_apply_timeout=100
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ int32_t drag_warp_cursor = 1;
|
||||||
int32_t xwayland_persistence = 1; /* xwayland persistence */
|
int32_t xwayland_persistence = 1; /* xwayland persistence */
|
||||||
int32_t syncobj_enable = 0;
|
int32_t syncobj_enable = 0;
|
||||||
int32_t allow_lock_transparent = 0;
|
int32_t allow_lock_transparent = 0;
|
||||||
double drag_tile_refresh_interval = 16.0;
|
double drag_tile_refresh_interval = 8.0;
|
||||||
double drag_floating_refresh_interval = 8.0;
|
double drag_floating_refresh_interval = 8.0;
|
||||||
int32_t allow_tearing = TEARING_DISABLED;
|
int32_t allow_tearing = TEARING_DISABLED;
|
||||||
int32_t allow_shortcuts_inhibit = SHORTCUTS_INHIBIT_ENABLE;
|
int32_t allow_shortcuts_inhibit = SHORTCUTS_INHIBIT_ENABLE;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue