aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Ejez <48388358+ejez@users.noreply.github.com>2020-04-29 12:09:43 +0300
committerLibravatar Simon Ser <contact@emersion.fr>2020-04-29 11:19:34 +0200
commit017f7984c747ad5f016bf8e4e4a9ae85c60b93b3 (patch)
treebd01ea8422ff7fdf798bd2a64e1b7cee4bc2662f
parentISSUE_TEMPLATE: note debug logs should be from TTY (diff)
downloadsway-017f7984c747ad5f016bf8e4e4a9ae85c60b93b3.tar.gz
sway-017f7984c747ad5f016bf8e4e4a9ae85c60b93b3.tar.zst
sway-017f7984c747ad5f016bf8e4e4a9ae85c60b93b3.zip
Correct typo in sway-output.5.scd
-rw-r--r--sway/sway-output.5.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 0315c1d9..a95cfaa2 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -88,7 +88,7 @@ must be separated by one space. For example:
88*output* <name> background|bg <file> <mode> [<fallback_color>] 88*output* <name> background|bg <file> <mode> [<fallback_color>]
89 Sets the wallpaper for the given output to the specified file, using the 89 Sets the wallpaper for the given output to the specified file, using the
90 given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). If 90 given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). If
91 the specified file cannot be accessed or if the image does fill the entire 91 the specified file cannot be accessed or if the image does not fill the entire
92 output, a fallback color may be provided to cover the rest of the output. 92 output, a fallback color may be provided to cover the rest of the output.
93 _fallback_color_ should be specified as _#RRGGBB_. Alpha is not supported. 93 _fallback_color_ should be specified as _#RRGGBB_. Alpha is not supported.
94 94