dmenu/dmenu_run
2023-05-28 16:21:30 -04:00

3 lines
58 B
Bash
Executable File

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