dotfiles/dmenubuild/dmenu_run

3 lines
58 B
Plaintext
Raw Permalink Normal View History

2022-12-30 22:20:02 +00:00
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &