aboutsummaryrefslogtreecommitdiffstats
path: root/dmenu/dmenu
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdmenu/dmenu7
1 files changed, 7 insertions, 0 deletions
diff --git a/dmenu/dmenu b/dmenu/dmenu
new file mode 100755
index 0000000..42a68f0
--- /dev/null
+++ b/dmenu/dmenu
@@ -0,0 +1,7 @@
+#!/bin/dash
+
+if test -x /usr/local/bin/dmenu; then
+ exec /usr/local/bin/dmenu -fn 'schumacher clean-8' "$@"
+else
+ exec /usr/bin/dmenu -fn 'schumacher clean-8' "$@"
+fi