From 8e4256befa70b6af06a76daeac71cfea858bc8c6 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Tue, 21 Oct 2025 16:25:04 -0500 Subject: [PATCH] Fix not launching swww --- 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 6c917424..7bbb0dbd 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-wayland-1.sock; swww-daemon --format xrgb; } +exec-once = pgrep -U $USER swww-daemon || { rm /run/user/$UID/wayland-1-swww-daemon..sock; swww-daemon --format xrgb; }