feat: add option to disable syncobj for nvidia

This commit is contained in:
DreamMaoMao 2025-06-17 15:45:17 +08:00
parent eeed7939aa
commit f202a16abe
3 changed files with 7 additions and 1 deletions

View file

@ -87,6 +87,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;
/* layout(s) */
Layout overviewlayout = {"󰃇", overview, "overview"};