Back
(Current repo: dmenu)
fork of suckless dmenu
To clone this repository:
git clone https://git.viktor1993.net/dmenu.git
Log
|
Download
|
Files
|
Refs
|
README
|
LICENSE
dmenu_run (58B)
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &