mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 00:41:28 +00:00
docs(container): |unfocused_tab_title|
This commit is contained in:
parent
d84a73f1e5
commit
ffe1948d52
|
@ -579,6 +579,11 @@ runtime.
|
||||||
*client.unfocused*
|
*client.unfocused*
|
||||||
A view that does not have focus.
|
A view that does not have focus.
|
||||||
|
|
||||||
|
*client.unfocused_tab_title*
|
||||||
|
Title of a tab or stack container that does not have focus. Defaults to
|
||||||
|
unfocused if not specified and does not use the indicator and child_border
|
||||||
|
colors.
|
||||||
|
|
||||||
*client.urgent*
|
*client.urgent*
|
||||||
A view with an urgency hint. *Note*: Native Wayland windows do not
|
A view with an urgency hint. *Note*: Native Wayland windows do not
|
||||||
support urgency. Urgency only works for Xwayland windows.
|
support urgency. Urgency only works for Xwayland windows.
|
||||||
|
@ -640,6 +645,12 @@ The default colors are:
|
||||||
: #888888
|
: #888888
|
||||||
: #292d2e
|
: #292d2e
|
||||||
: #222222
|
: #222222
|
||||||
|
| *unfocused_tab_title*
|
||||||
|
: #333333
|
||||||
|
: #222222
|
||||||
|
: #888888
|
||||||
|
: n/a
|
||||||
|
: n/a
|
||||||
| *urgent*
|
| *urgent*
|
||||||
: #2f343a
|
: #2f343a
|
||||||
: #900000
|
: #900000
|
||||||
|
|
Loading…
Reference in a new issue