Fix wrong hyprpaper config option (file -> path)

Also increased clarity on the misc section
This commit is contained in:
Tuur Vanhoutte 2025-12-05 15:44:19 +01:00 committed by GitHub
parent 980a1b6902
commit 10e94eca5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,13 +43,13 @@ Wallpapers are set as anonymous special categories. Monitor can be left empty fo
```ini
wallpaper {
monitor = DP-3
file = ~/myFile.jxl
path = ~/myFile.jxl
fit_mode = cover
}
wallpaper {
monitor = DP-2
file = ~/myFile2.jxl
path = ~/myFile2.jxl
fit_mode = cover
}
@ -65,6 +65,8 @@ If you start Hyprland with [uwsm](../../Useful-Utilities/Systemd-start), you can
### Misc Options
These should be set outside of the `wallpaper{...}` sections.
| variable | description | type | default |
| --- | --- | --- | --- |
| `splash` | enable rendering of the hyprland splash over the wallpaper | bool | `false` |