Skip to content

Instantly share code, notes, and snippets.

@weakish
Created July 5, 2010 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weakish/464239 to your computer and use it in GitHub Desktop.
Save weakish/464239 to your computer and use it in GitHub Desktop.
#awesome2.3 #dmenu configs #recycle
- arg = "find /usr/bin -type f -executable ! -empty | awesome-menu -e 'exec ' Execute:"
+ arg = "exec $(ls /usr/bin | dmenu -b -fn '-*-*-medium-*-*-*-15-*-*-*-*-*-*-*' -nf '#000000' -nb '#c1c48b' -sf '#000000' -sb '#81654f' -p Execute:)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment