scklss/dmenu-5.2/dmenu_run
2023-09-03 19:59:47 +02:00

3 lines
58 B
Bash
Executable File

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