Douglas B. Rumbaugh
Blog
Publications
Conferences
Vitae
Links
Git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dmenu_run
blob: 228d7634aa1beb294e7538c34526e85e2e4de226 (
plain
)
1
2
#!/bin/sh dmenu_path | dmenu -c -bw 3 -l 10 "$@" | ${SHELL:-"/bin/sh"} &