dotfiles/.suckless/dmenu/dmenu_run
2025-05-30 00:26:18 +03:30

2 lines
58 B
Bash

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