dmenu/dmenu_run
2024-09-08 08:00:15 +08:00

3 lines
58 B
Bash
Executable File

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