From ade6aba19544e7ad49c2a75009b141a2c6b34676 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Wed, 9 Jul 2025 12:43:20 -0500 Subject: [PATCH] Fix socket --- 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 1f24ad54..6c917424 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=hyprlang: -exec-once = pgrep -U $USER swww-daemon || { rm /run/user/$UID/swww.socket; swww-daemon --format xrgb; } +exec-once = pgrep -U $USER swww-daemon || { rm /run/user/$UID/swww-wayland-1.sock; swww-daemon --format xrgb; }