labnag: use overlay layer by default
Some checks failed
labwc.github.io / notify (push) Has been cancelled

...so that the dialog is still visible when some client is using
fullscreen mode.
This commit is contained in:
Johan Malm 2025-10-19 19:41:24 +01:00 committed by Consolatis
parent df3ed58d5b
commit 1e406dd649
2 changed files with 2 additions and 0 deletions

View file

@ -286,6 +286,7 @@ this is for compatibility with Openbox.
--border-bottom-size 1 \\
--button-border-size 3 \\
--keyboard-focus on-demand \\
--layer overlay \\
--timeout 0
```

View file

@ -1646,6 +1646,7 @@ post_processing(void)
"--border-bottom-size 1 "
"--button-border-size 3 "
"--keyboard-focus on-demand "
"--layer overlay "
"--timeout 0");
}
if (!rc.fallback_app_icon_name) {