Hyprland: Difference between revisions
(Created page with "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 === apk add hyprland-wallpaper") |
Prabuanand (talk | contribs) m (added cat template for displaying file contents) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Hyprland | This wiki page is about [https://hyprland.org Hyprland], a [[wayland]] based tiling compositor with all the eyecandy, powerful plugins and much more. | ||
https://wiki.hyprland.org/Getting-Started/Master-Tutorial/ | Refer to [https://wiki.hyprland.org/Getting-Started/Master-Tutorial/ hyprland Tutorial] to get started on using Hyprland. | ||
== Installation == | |||
The package {{Pkg|hyprland|arch=}} exists in [[Repositories#Community|community repository]] for [[Repositories#Edge|edge]] (and will be there in alpine releases >= 3.21) | |||
== Troubleshooting == | == Troubleshooting == | ||
Line 7: | Line 11: | ||
=== Black/Magenta checkerboard background: Hyprland failed to load 1 essential asset === | === Black/Magenta checkerboard background: Hyprland failed to load 1 essential asset === | ||
apk add hyprland- | 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 [https://wiki.hyprland.org/Useful-Utilities/Wallpapers/ wallpaper utility], but the scary message remains. | |||
The canonical way to solve this is to install {{pkg|hyprland-wallpapers}} package using the command: | |||
{{Cmd|# apk add hyprland-wallpapers}} | |||
Or you can just have some file at {{Path|/usr/share/hypr/wall0.png}} or {{Path|/usr/local/share/hypr/wall0.png}} and modify your config file to have a line as follows: | |||
{{Cat|~/.config/hypr/hyprland.conf|<Pre>misc { | |||
force_default_wallpaper = 0 | |||
}</Pre>}} | |||
== See Also == | |||
* [https://wiki.hyprland.org Official Hyprland wiki] | |||
[[Category:Desktop]] | |||
[[Category:Window Managers]] | |||
[[Category:Wayland]] | |||
[[Category:compositor]] |
Latest revision as of 05:56, 12 November 2024
This wiki page is about Hyprland, a wayland based tiling compositor with all the eyecandy, powerful plugins and much more.
Refer to hyprland Tutorial to get started on using Hyprland.
Installation
The package hyprland exists in community repository for edge (and will be there in alpine releases >= 3.21)
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 install hyprland-wallpapers package using the command:
# apk add hyprland-wallpapers
Or you can just have some file at /usr/share/hypr/wall0.png or /usr/local/share/hypr/wall0.png and modify your config file to have a line as follows:
Contents of ~/.config/hypr/hyprland.conf
misc { force_default_wallpaper = 0 }