mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-07 08:21:36 -04:00
feat: allow fullscreen windows to have opacity ✨
This commit is contained in:
parent
bc1f310e1c
commit
7e9061c96b
5 changed files with 13 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue