index
:
sarc.git
laptop
master
wayland
a collection of suckless tools with themes for X11
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dmenu-5.0
/
dmenu_run
blob: 3c4ad23c6b81d8d9b11a51106d65d9ed38237e09 (
plain
)
1
2
#!/bin/sh dmenu_path | dmenu -i -y 340 -z 500 -l 20 -x 700 "$@" | ${SHELL:-"/bin/sh"} &