|
|
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| config.mk | ||
| slmenu.1 | ||
| slmenu.c | ||
README.md
slmenu - single line menu
slmenu is a dmenu clone for the console.
Requirements
Just a C compiler that supports _BSD_SOURCE
Installation
Edit config.mk to match your local setup (slmenu is installed into the /usr/local namespace by default).
Afterwards enter the following command to build and install slmenu (if necessary as root):
make clean install
Running slmenu
See the man page for details.