sway.5: fix missing background scaling mode in a block example

This commit is contained in:
rinpatch 2020-03-28 16:43:19 +03:00 committed by Drew DeVault
parent 82d02ce782
commit 214e3030e1

View file

@ -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
```