dotfiles/suckless/dmenu/dmenu_run
2025-06-15 12:43:08 +03:30

2 lines
58 B
Bash

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