dotfiles
Configs for programs I use!
git clone
git://shipwreckt.co.uk/dotfiles.git
Log
|
Files
|
Refs
|
README
|
LICENSE
dmenu_run (58B)
1
#!/bin/sh
2
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &