Quote more vars

This commit is contained in:
Salt 2024-09-20 19:20:15 -05:00
parent 2d827a24dc
commit 767d05aae9

View File

@ -1,3 +1,3 @@
# 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; }
exec-once = [ -f "$HOME/.config/hypr/post.sh" ] && "$HOME/.config/hypr/post.sh"