Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 828504
Collapse All | Expand All

(-)a/dmenu_run (-1 / +1 lines)
Lines 1-2 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
2
dmenu_path | dmenu -c "$@" | ${SHELL:-"/bin/sh"} &

Return to bug 828504