mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-02 07:15:55 -04:00
opt: default enable syncobj
This commit is contained in:
parent
587242800c
commit
0202284c31
1 changed files with 1 additions and 1 deletions
|
|
@ -3201,7 +3201,7 @@ void set_value_default() {
|
||||||
config.view_current_to_back = 0;
|
config.view_current_to_back = 0;
|
||||||
config.single_scratchpad = 1;
|
config.single_scratchpad = 1;
|
||||||
config.xwayland_persistence = 1;
|
config.xwayland_persistence = 1;
|
||||||
config.syncobj_enable = 0;
|
config.syncobj_enable = 1;
|
||||||
config.drag_tile_refresh_interval = 8.0f;
|
config.drag_tile_refresh_interval = 8.0f;
|
||||||
config.drag_floating_refresh_interval = 8.0f;
|
config.drag_floating_refresh_interval = 8.0f;
|
||||||
config.allow_tearing = TEARING_DISABLED;
|
config.allow_tearing = TEARING_DISABLED;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue