diff options
-rwxr-xr-x | dmenu | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -13,11 +13,7 @@ if [ -n "$WAYLAND_DISPLAY" ]; then SKIP="$((SKIP - 1))" continue fi - if echo "$arg" | grep -qE '.* .*'; then - ARGS+=("$arg") - else - ARGS+=("$arg") - fi + ARGS+=("$arg") done fi fi |