diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-20 12:31:58 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-20 12:31:58 -0500 |
| commit | e2a0cf2a79b43f9f86b74270f3d96fe300687804 (patch) | |
| tree | a87edf55f81e78f4d0968d6f006562090260e068 /bin/ddmenu | |
| parent | ec83443853116b07f18fbef8c6de31cf157939a0 (diff) | |
| download | dotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.gz dotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.xz | |
Cleanup unused files and code.
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 |
