dotfiles/dmenu/dmenu_run
2025-07-29 04:42:29 +03:30

2 lines
58 B
Bash

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