4 lines
199 B
Plaintext
4 lines
199 B
Plaintext
|
# vim: set ft=config:
|
||
|
exec-once = pgrep swww-daemon || { rm /run/user/$UID/swww.socket && swww-daemon --format xrgb; }
|
||
|
exec-once = [ -f "$HOME/.config/hypr/post.sh" ] && "$HOME/.config/hypr/post.sh"
|