summaryrefslogtreecommitdiff
path: root/dmenu
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu')
-rwxr-xr-xdmenu6
1 files changed, 1 insertions, 5 deletions
diff --git a/dmenu b/dmenu
index 9bdac1a..ccd6a2f 100755
--- a/dmenu
+++ b/dmenu
@@ -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