aboutsummaryrefslogtreecommitdiff
path: root/bin/ddmenu
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ddmenu')
-rwxr-xr-xbin/ddmenu4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/ddmenu b/bin/ddmenu
index b4c1bc6..3682139 100755
--- a/bin/ddmenu
+++ b/bin/ddmenu
@@ -7,6 +7,8 @@ otp
otp-type
snip
snip-type
+dmenu_run
+pm
EOF
)"
@@ -17,4 +19,6 @@ case $command in
otp-type) dpw-menu --otp --type "$@" ;;
snip) snipmenu copy "$@" ;;
snip-type) snipmenu "$@" ;;
+ dmenu_run) dmenu_run "$@" ;;
+ pm) pm "$@" ;;
esac