index
:
dmenu.git
main
My fork of suckless' dmenu, an efficient dynamic menu for X
ProsperousPotato
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dmenu_run
blob: 247d658696bcde0dd4bc3ea4cdfb73ddba9e1b9b (
plain
)
1
2
#!/bin/sh
cat
~/.local/src/dmenu/include_dmenu
|
dmenu
"
$@
"
|
${
SHELL
:-
"/bin/sh"
}
&