]> git.sev.monster Git - dotfiles.git/blobdiff - bin/dmenu
head all which, fix dmenu recursion, fix syncthing
[dotfiles.git] / bin / dmenu
index 81f61e450354ef01ccdc98757ded972ed5fdf8f6..0784cdf953f854813f17b3e88f52e38a58bf5a06 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 -v "$HOME" | head -1) -b -f -fn 'monospace-10' -nb \#110800 -nf \#93a1a1 -sb \#aa5500 -sf \#eee8d5 "$@"
This page took 0.029579 seconds and 4 git commands to generate.