From 1932fea1cfd34d66ad9681c6d10b5c38415979d5 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 28 Jan 2023 13:56:42 -0500 Subject: few tweaks for OpenBSD --- bin/ddmenu | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/ddmenu') 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 -- cgit v1.2.3