summaryrefslogtreecommitdiff
path: root/choose
diff options
context:
space:
mode:
Diffstat (limited to 'choose')
-rwxr-xr-xchoose6
1 files changed, 4 insertions, 2 deletions
diff --git a/choose b/choose
index 1b989fd..73c74aa 100755
--- a/choose
+++ b/choose
@@ -3,5 +3,7 @@
### then give the user a way of selecting on of them.
### it should output the selection on a line by itself.
### and use $1 as the message to give to the user.
-sed 's|,|\\,|g;s|:|\\:|g' | tr '\n' ',' | rev | cut -b2- | rev | tr '\n' '\0' | xargs -0 xmessage -nearmouse "$1" -print -buttons
-#dmenu -p "$1"
+#message=$1
+#shift
+#sed 's|,|\\,|g;s|:|\\:|g' | tr '\n' ',' | rev | cut -b2- | rev | tr '\n' '\0' | xargs -0 xmessage -nearmouse "$@" "$message" -print -buttons
+dmenu -l 10 -p "$1"