dotfiles/suckless/dmenu/dmenu_run
2025-07-10 08:58:07 +03:30

2 lines
58 B
Bash

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