aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchoose2
1 files changed, 1 insertions, 1 deletions
diff --git a/choose b/choose
index 816243c..4edf7a7 100755
--- a/choose
+++ b/choose
@@ -16,5 +16,5 @@ if [ $DISPLAY ];then
# [-nb color] [-nf color] [-sb color] [-sf color] [-w windowid]
dmenu -l 10 -p "$prompt" -nb '#000000' -nf '#00aa00' -sb '#006600' -sf '#00ff00'
else
- printf "%s" "$1"
+ pmenu -p "$prompt"
fi