aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rinpatch <rinpatch@sdf.org>2020-03-28 16:43:19 +0300
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-03-28 20:33:07 +0100
commit214e3030e1dc8d30295cb30c8a2397d641c77ebf (patch)
tree8b6e4e7aa96dd8cb19395e3b85ffad89a9664eec
parentFix hit test for floaters that cross outputs (diff)
downloadsway-214e3030e1dc8d30295cb30c8a2397d641c77ebf.tar.gz
sway-214e3030e1dc8d30295cb30c8a2397d641c77ebf.tar.zst
sway-214e3030e1dc8d30295cb30c8a2397d641c77ebf.zip
sway.5: fix missing background scaling mode in a block example
-rw-r--r--sway/sway.5.scd4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index a2c74e70..1663033c 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -25,7 +25,7 @@ block. For example:
25 25
26``` 26```
27output eDP-1 { 27output eDP-1 {
28 background ~/wallpaper.png 28 background ~/wallpaper.png fill
29 resolution 1920x1080 29 resolution 1920x1080
30} 30}
31``` 31```
@@ -33,7 +33,7 @@ output eDP-1 {
33is identical to 33is identical to
34 34
35``` 35```
36output eDP-1 background ~/wallpaper.png 36output eDP-1 background ~/wallpaper.png fill
37output eDP-1 resolution 1920x1080 37output eDP-1 resolution 1920x1080
38``` 38```
39 39