diff options
Diffstat (limited to 'bin/ddmenu')
| -rwxr-xr-x | bin/ddmenu | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
