Fix not starting swww-daemon

This commit is contained in:
Salt 2024-09-24 10:17:56 -05:00
parent f81ba8a211
commit 07c370ce48

View File

@ -1,2 +1,2 @@
# vim: set ft=config: # 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; }