Files
dmenu/dmenu_run
2025-02-24 18:41:50 +01:00

3 lines
58 B
Bash

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