feat: add option xwayland_persistence

This commit is contained in:
DreamMaoMao 2025-06-06 17:25:46 +08:00
parent 42115b531c
commit 71e336fecc
3 changed files with 7 additions and 1 deletions

View file

@ -85,6 +85,7 @@ int overviewgappo = 30; /* overview时 窗口与窗口 缝隙大小 */
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 */
/* layout(s) */
Layout overviewlayout = {"󰃇", overview, "overview"};