sourcehut
Log in
—
Register
~kris
/
suckless
project
sources
dmenu
summary
tree
log
refs
ref:
b60e438b069c5e5beffdf6c7546e1e2e87aed305
dmenu
/dmenu_run
-rwxr-xr-x
58 bytes
View
Log
View raw
Permalink
b60e438b
— Luke Smith Merge pull request #12 from kronikpillow/fix-allow-color-font
4 years ago
1
2
#!/bin/sh
dmenu_path
|
dmenu
"
$@
"
|
${
SHELL
:-
"/bin/sh"
}
&