Fix not starting swww-daemon
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# 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; }
|
||||
|
Reference in New Issue
Block a user