diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-28 13:56:42 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-28 13:56:42 -0500 |
| commit | 1932fea1cfd34d66ad9681c6d10b5c38415979d5 (patch) | |
| tree | faf58ce66777b910791d041496e033f7bc3f028a /bin/ddmenu | |
| parent | 5bb3b73496c4e11556d61cb0bc01659b7b53d677 (diff) | |
| download | dotfiles-1932fea1cfd34d66ad9681c6d10b5c38415979d5.tar.gz dotfiles-1932fea1cfd34d66ad9681c6d10b5c38415979d5.tar.xz | |
few tweaks for OpenBSD
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 |
