dwm/dmenu/dmenu_run
2023-06-01 23:23:30 -06:00

3 lines
58 B
Bash
Executable File

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