Add more intelligent swww-daemon startup

This commit is contained in:
Salt 2024-09-20 19:12:19 -05:00
parent 8d8e9ceabc
commit a57acea205

View File

@ -1,2 +1,2 @@
# vim: set ft=config: # vim: set ft=config:
exec-once = swww-daemon --format xrgb exec-once = pgrep swww-daemon || { rm /run/user/$UID/swww.socket && swww-daemon --format xrgb; }