From a57acea205cf460d306af37940b409e04bef58b2 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 20 Sep 2024 19:12:19 -0500 Subject: [PATCH] Add more intelligent swww-daemon startup --- hyprland/.config/hypr/config.d/82-autostart-swww.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland/.config/hypr/config.d/82-autostart-swww.conf b/hyprland/.config/hypr/config.d/82-autostart-swww.conf index 11edff4b..781979ef 100644 --- a/hyprland/.config/hypr/config.d/82-autostart-swww.conf +++ b/hyprland/.config/hypr/config.d/82-autostart-swww.conf @@ -1,2 +1,2 @@ # vim: set ft=config: -exec-once = swww-daemon --format xrgb +exec-once = pgrep swww-daemon || { rm /run/user/$UID/swww.socket && swww-daemon --format xrgb; }