aboutsummaryrefslogtreecommitdiff
path: root/bin/ddmenu
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ddmenu')
-rwxr-xr-xbin/ddmenu24
1 files changed, 0 insertions, 24 deletions
diff --git a/bin/ddmenu b/bin/ddmenu
deleted file mode 100755
index 3682139..0000000
--- a/bin/ddmenu
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-# dmenu for dmenus
-command="$(dmenu "$@" <<EOF
-pass
-pass-type
-otp
-otp-type
-snip
-snip-type
-dmenu_run
-pm
-EOF
-)"
-
-case $command in
- pass) dpw-menu "$@" ;;
- pass-type) dpw-menu --type "$@" ;;
- otp) dpw-menu --otp "$@" ;;
- otp-type) dpw-menu --otp --type "$@" ;;
- snip) snipmenu copy "$@" ;;
- snip-type) snipmenu "$@" ;;
- dmenu_run) dmenu_run "$@" ;;
- pm) pm "$@" ;;
-esac