diff options
Diffstat (limited to 'bin/ddmenu')
| -rwxr-xr-x | bin/ddmenu | 24 |
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 |
