dotfiles
My collection of dotfiles
git clone
git://git.noxz.tech/dotfiles
Log
|
Files
|
Refs
dmenu_run (74B)
1
#!/bin/sh
2
3
dmenu_path | dmenu_vtc -i -p run: "$@" | ${SHELL:-"/bin/sh"} &