Fix socket

This commit is contained in:
2025-07-09 12:43:20 -05:00
parent b3777d53a9
commit ade6aba195

View File

@@ -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; }