mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
rcxml: call labnag with --keyboard-focus on-demand by default
Some checks are pending
labwc.github.io / notify (push) Waiting to run
Some checks are pending
labwc.github.io / notify (push) Waiting to run
This commit is contained in:
parent
ef73431367
commit
953249249c
2 changed files with 2 additions and 0 deletions
|
|
@ -285,6 +285,7 @@ this is for compatibility with Openbox.
|
||||||
--button-text-color '%t' \\
|
--button-text-color '%t' \\
|
||||||
--border-bottom-size 1 \\
|
--border-bottom-size 1 \\
|
||||||
--button-border-size 3 \\
|
--button-border-size 3 \\
|
||||||
|
--keyboard-focus on-demand \\
|
||||||
--timeout 0
|
--timeout 0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1645,6 +1645,7 @@ post_processing(void)
|
||||||
"--button-text-color '%t' "
|
"--button-text-color '%t' "
|
||||||
"--border-bottom-size 1 "
|
"--border-bottom-size 1 "
|
||||||
"--button-border-size 3 "
|
"--button-border-size 3 "
|
||||||
|
"--keyboard-focus on-demand "
|
||||||
"--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