This repository has been archived on 2026-08-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dots/.suckless/dmenu/dmenu_run
T
2020-05-07 00:26:42 +00:00

3 lines
58 B
Bash
Executable File

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