Xinqi Bao's Git
projects
/
dmenu.git
/ blob
summary
|
log
|
commit
|
diff
|
tree
history
|
raw
|
HEAD
got rid of compile time xidx, grabbing the mouse pointer instead, falling back to...
[dmenu.git]
/
dmenu_run
1
#!/bin/sh
2
exe
=
`dmenu_path | dmenu
${1+"$@"}
`
&&
exec
$exe