mirror of
https://github.com/swaywm/sway.git
synced 2024-12-29 16:36:26 +01:00
sway-output.5: fix variable name
__foo__ is verbatim in scdoc, but we want the variable foo in italic, i.e. _foo_.
This commit is contained in:
parent
8724900e38
commit
c11c8a583f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ must be separated by one space. For example:
|
||||||
given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). If
|
given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). If
|
||||||
the specified file cannot be accessed or if the image does fill the entire
|
the specified file cannot be accessed or if the image does fill the entire
|
||||||
output, a fallback color may be provided to cover the rest of the output.
|
output, a fallback color may be provided to cover the rest of the output.
|
||||||
__fallback_color__ should be specified as _#RRGGBB_. Alpha is not supported.
|
_fallback_color_ should be specified as _#RRGGBB_. Alpha is not supported.
|
||||||
|
|
||||||
*output* <name> background|bg <color> solid_color
|
*output* <name> background|bg <color> solid_color
|
||||||
Sets the background of the given output to the specified color. _color_
|
Sets the background of the given output to the specified color. _color_
|
||||||
|
|
Loading…
Reference in a new issue