diff options
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 ``` |