feat: allow fullscreen windows to have opacity

This commit is contained in:
0xWal 2026-01-17 12:57:25 +03:00
parent bc1f310e1c
commit 7e9061c96b
No known key found for this signature in database
GPG key ID: A8D8EFF2FCD04299
5 changed files with 13 additions and 2 deletions

View file

@ -106,6 +106,9 @@ int32_t xwayland_persistence = 1; /* xwayland persistence */
int32_t syncobj_enable = 0;
int32_t adaptive_sync = 0;
int32_t allow_lock_transparent = 0;
int32_t allow_fullscreen_opacity = 0;
double drag_refresh_interval = 16.0;
int32_t allow_tearing = TEARING_DISABLED;
int32_t allow_shortcuts_inhibit = SHORTCUTS_INHIBIT_ENABLE;