neodotfiles/source/dmenu/dmenu_run
2024-03-28 18:55:20 -04:00

2 lines
58 B
Bash
Executable file

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