archlinux

Hyprpaper

References:


Note: Install hyprland as describe in hyprland.

Install

sudo pacman -S --needed hyprpaper

Create a config file with

nano ~/.config/hypr/hyprpaper.conf

Add

wallpaper {
    path = ~/myfile.jpg
    fit_mode = cover
}

Edit

~/.config/hypr/hyprland.conf

Add

exec-once = hyprpaper

Back to index