dotfiles/_unused/_suckless/dmenu/dmenu_run

3 lines
58 B
Plaintext
Raw Normal View History

2021-06-19 15:05:17 +02:00
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &