sourcehut
Log in
—
Register
~kris
/
suckless
project
sources
dmenu
summary
tree
log
refs
ref:
b23431233d2d5dd3f35a28f0c63ece2e065163ac
dmenu
/dmenu_run
-rwxr-xr-x
58 bytes
View
Log
View raw
Permalink
b2343123
— Hiltjo Posthuma revert IME support
7 years ago
1
2
#!/bin/sh
dmenu_path
|
dmenu
"
$@
"
|
${
SHELL
:-
"/bin/sh"
}
&