diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-28 16:43:19 +0300 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-03-28 20:33:07 +0100 |
commit | 214e3030e1dc8d30295cb30c8a2397d641c77ebf (patch) | |
tree | 8b6e4e7aa96dd8cb19395e3b85ffad89a9664eec /sway | |
parent | 82d02ce7828b7cedd7bb548b982b56d6d6f672f3 (diff) |
sway.5: fix missing background scaling mode in a block example
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway.5.scd | 4 |
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: ``` output eDP-1 { - background ~/wallpaper.png + background ~/wallpaper.png fill resolution 1920x1080 } ``` @@ -33,7 +33,7 @@ output eDP-1 { is identical to ``` -output eDP-1 background ~/wallpaper.png +output eDP-1 background ~/wallpaper.png fill output eDP-1 resolution 1920x1080 ``` |