Skip to content

Instantly share code, notes, and snippets.

@fcayci
Created May 8, 2015 14:04
Show Gist options
  • Save fcayci/e482280f0ab2b41dbb3a to your computer and use it in GitHub Desktop.
Save fcayci/e482280f0ab2b41dbb3a to your computer and use it in GitHub Desktop.
dmenu launcher
#!/bin/bash
exe=`dmenu_run -b -nb '#000000' -nf '#d8d8d8' -sb '#d8d8d8' -sf '#000000'` && eval "exec $exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment