From 52df27656557da2a626a41b5d0b44d9d509eb875 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Fri, 5 Apr 2024 17:00:14 -0300 Subject: [PATCH] hyprland: use swww-daemon instead of swww init --- scripts/hyprland/start_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hyprland/start_services.sh b/scripts/hyprland/start_services.sh index d044e5e..af7e4e5 100755 --- a/scripts/hyprland/start_services.sh +++ b/scripts/hyprland/start_services.sh @@ -40,7 +40,7 @@ function load_wallpapers() { } if ! swww query; then - swww init & + swww-daemon & fi load_wallpapers &