dmenu/dmenu_run
2023-01-02 23:40:31 -05:00

3 lines
58 B
Bash
Executable File

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