aboutsummaryrefslogtreecommitdiff
path: root/bin/ddmenu
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-28 13:56:42 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-28 13:56:42 -0500
commit1932fea1cfd34d66ad9681c6d10b5c38415979d5 (patch)
treefaf58ce66777b910791d041496e033f7bc3f028a /bin/ddmenu
parent5bb3b73496c4e11556d61cb0bc01659b7b53d677 (diff)
downloaddotfiles-1932fea1cfd34d66ad9681c6d10b5c38415979d5.tar.gz
dotfiles-1932fea1cfd34d66ad9681c6d10b5c38415979d5.tar.xz
few tweaks for OpenBSD
Diffstat (limited to 'bin/ddmenu')
-rwxr-xr-xbin/ddmenu4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/ddmenu b/bin/ddmenu
index b4c1bc6..3682139 100755
--- a/bin/ddmenu
+++ b/bin/ddmenu
@@ -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