diff --git a/hyprland/.config/hypr/config.d/90-post.conf b/hyprland/.config/hypr/config.d/90-post.conf index 878739c4..7c84bb90 100644 --- a/hyprland/.config/hypr/config.d/90-post.conf +++ b/hyprland/.config/hypr/config.d/90-post.conf @@ -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"