mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
sway.5: fix missing background scaling mode in a block example
This commit is contained in:
parent
82d02ce782
commit
214e3030e1
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue