Fix hyprpaper.conf for hyprpaper 0.8's rewritten config schema

hyprpaper 0.8.0 was a full rewrite onto hyprtoolkit that dropped
preload= and the old wallpaper = monitor,path key=value line in
favor of a wallpaper { monitor = ... path = ... fit_mode = ... }
block (confirmed against hyprpaper's ConfigManager.cpp). The old
syntax silently matched nothing, so hyprpaper ran with zero wallpaper
settings and never displayed one — this was the actual cause of the
originally reported 'hyprpaper ignores my wallpaper' issue.
This commit is contained in:
2026-07-07 23:26:59 +02:00
parent f8ad3ee62c
commit 4ad70d24eb
@@ -1,4 +1,8 @@
preload = ~/.config/hypr/wallpapers/wallpaper.png
wallpaper = ,~/.config/hypr/wallpapers/wallpaper.png
wallpaper {
monitor =
path = ~/.config/hypr/wallpapers/wallpaper.png
fit_mode = cover
}
splash = false
ipc = on