]> git.sev.monster Git - dotfiles.git/blob - bin/dmenu
gpg: expand forwarding, add default-recipient-self
[dotfiles.git] / bin / dmenu
1 #!/bin/sh
2 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 2.106751 seconds and 4 git commands to generate.