dotfiles-mirror/dmenu/dmenu_run
2026-02-17 22:49:02 +03:30

2 lines
58 B
Bash
Executable file

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