dotfiles/dmenubuild/dmenu_run
2022-12-30 23:20:02 +01:00

3 lines
58 B
Bash
Executable file

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