hyprland: use swww-daemon instead of swww init

This commit is contained in:
Alexandre Cavalheiro 2024-04-05 17:00:14 -03:00
parent a68540f1d9
commit 52df276565
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -40,7 +40,7 @@ function load_wallpapers() {
}
if ! swww query; then
swww init &
swww-daemon &
fi
load_wallpapers &