dmenu/dmenu_run

3 lines
58 B
Text
Raw Normal View History

2021-07-21 09:17:34 +03:00
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &