mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
labnag: use overlay layer by default
Some checks failed
labwc.github.io / notify (push) Has been cancelled
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:
parent
df3ed58d5b
commit
1e406dd649
2 changed files with 2 additions and 0 deletions
|
|
@ -286,6 +286,7 @@ this is for compatibility with Openbox.
|
||||||
--border-bottom-size 1 \\
|
--border-bottom-size 1 \\
|
||||||
--button-border-size 3 \\
|
--button-border-size 3 \\
|
||||||
--keyboard-focus on-demand \\
|
--keyboard-focus on-demand \\
|
||||||
|
--layer overlay \\
|
||||||
--timeout 0
|
--timeout 0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1646,6 +1646,7 @@ post_processing(void)
|
||||||
"--border-bottom-size 1 "
|
"--border-bottom-size 1 "
|
||||||
"--button-border-size 3 "
|
"--button-border-size 3 "
|
||||||
"--keyboard-focus on-demand "
|
"--keyboard-focus on-demand "
|
||||||
|
"--layer overlay "
|
||||||
"--timeout 0");
|
"--timeout 0");
|
||||||
}
|
}
|
||||||
if (!rc.fallback_app_icon_name) {
|
if (!rc.fallback_app_icon_name) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue