From 07c370ce48407b295a497aadfe4630b11ac3b897 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Tue, 24 Sep 2024 10:17:56 -0500 Subject: [PATCH] Fix not starting swww-daemon --- 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 781979ef..33c84580 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 = pgrep swww-daemon || { rm /run/user/$UID/swww.socket && swww-daemon --format xrgb; } +exec-once = pgrep swww-daemon || { rm /run/user/$UID/swww.socket; swww-daemon --format xrgb; }