diff --git a/bin/hyprxdg b/bin/hyprxdg index 830c81f..c9b0213 100755 --- a/bin/hyprxdg +++ b/bin/hyprxdg @@ -2,7 +2,7 @@ set -x # Directory for SSH control sockets -mkdir -p "${XDG_RUNTIME_DIR}/ssh" & +mkdir -p -- "${XDG_RUNTIME_DIR}/ssh" & # Start PipeWire pipewire &