mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
add tile mode (#825)
This commit is contained in:
parent
575c48b163
commit
3c61fb92fc
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ Monitor names can be checked with `hyprctl monitors`
|
|||
|
||||
Also can be used with `desc:` followed by the monitor's description without the (PORT) at the end
|
||||
|
||||
You may add `contain:` before the file path in `wallpaper =` to set the mode to contain instead of cover:
|
||||
You may add `contain:` or `tile:` before the file path in `wallpaper =` to set the mode to either contain or tile, respectively, instead of cover:
|
||||
|
||||
```ini
|
||||
wallpaper = monitor, contain:/home/me/amongus.png
|
||||
|
|
Loading…
Reference in a new issue