This repository has been archived on 2021-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
dmenu/dmenu_run

3 lines
111 B
Bash
Executable File

#!/bin/sh
dmenu_path | dmenu -H "${XDG_CACHE_HOME:-$HOME/.cache/}/dmenu_run.hist" "$@" | ${SHELL:-"/bin/sh"} &