From 214e3030e1dc8d30295cb30c8a2397d641c77ebf Mon Sep 17 00:00:00 2001 From: rinpatch Date: Sat, 28 Mar 2020 16:43:19 +0300 Subject: sway.5: fix missing background scaling mode in a block example --- sway/sway.5.scd | 4 ++-- 1 file 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 ``` -- cgit v1.2.3-54-g00ecf