Hyprland: Difference between revisions
Line 13: | Line 13: | ||
The canonical way to solve this is to | The canonical way to solve this is to | ||
apk add hyprland-wallpaper | apk add hyprland-wallpaper | ||
Or you can just have some file at /usr/{local/,}share/hypr/wall0.png and have | Or you can just have some file at /usr/{local/,}share/hypr/wall0.png and have | ||
misc { | |||
misc { | force_default_wallpaper = 0 | ||
} | |||
} | |||
in your config | in your config |
Revision as of 13:51, 11 November 2024
Hyprland is a tiling window manager.
https://wiki.hyprland.org/Getting-Started/Master-Tutorial/
Troubleshooting
Black/Magenta checkerboard background: Hyprland failed to load 1 essential asset
As of Hyprland 0.45.0, upstream shows a scary message (and an ugly graphic) if you don't have their wallpapers installed.
The ugly graphic goes away when you've launched a wallpaper utility, but the scary message remains.
The canonical way to solve this is to
apk add hyprland-wallpaper
Or you can just have some file at /usr/{local/,}share/hypr/wall0.png and have
misc { force_default_wallpaper = 0 }
in your config