mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-20 06:59:50 -05:00
feat: adaptive_sync support
This commit is contained in:
parent
99fad07f12
commit
8bf22e77d2
3 changed files with 34 additions and 6 deletions
|
|
@ -96,6 +96,7 @@ float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0};
|
|||
int warpcursor = 1; /* Warp cursor to focused client */
|
||||
int xwayland_persistence = 1; /* xwayland persistence */
|
||||
int syncobj_enable = 0;
|
||||
int adaptive_sync = 0;
|
||||
|
||||
/* keyboard */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue