1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2025-01-10 01:29:29 +00:00
Dotfiles/suckless/dmenu-4.9/dmenu_run

3 lines
58 B
Plaintext
Raw Normal View History

#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &