Fix not starting swww-daemon
This commit is contained in:
parent
f81ba8a211
commit
07c370ce48
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user