]> git.sev.monster Git - dotfiles.git/blobdiff - bin/dmenu
clean .zprofile vars, update zsh opts, fix dpass
[dotfiles.git] / bin / dmenu
index 81f61e450354ef01ccdc98757ded972ed5fdf8f6..95039d461722abae6eb3c338869ac352a64f871c 100755 (executable)
--- a/bin/dmenu
+++ b/bin/dmenu
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec /usr/local/bin/dmenu -fn 'Dina-10' -nb \#110800 -nf \#93a1a1 -sb \#aa5500 -sf \#eee8d5 "$@"
+exec `which -a dmenu | grep -iv ~ | head -1` -b -f -fn 'monospace-10' -nb \#110800 -nf \#93a1a1 -sb \#aa5500 -sf \#eee8d5 "$@"
This page took 0.029744 seconds and 4 git commands to generate.