diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-18 12:49:32 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-18 12:49:32 -0500 |
commit | b76b1975e2b4d8c7f9910e8fbc9e50386b64bd9c (patch) | |
tree | 3abc2a0e9430bee7db072672dd376271933973d5 /README |
Diffstat (limited to 'README')
-rwxr-xr-x | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +dmenu - dynamic menu +==================== +dmenu is an efficient dynamic menu for X. + + +Requirements +------------ +In order to build dmenu you need the Xlib header files. + + +Installation +------------ +Edit config.mk to match your local setup (dmenu is installed into +the /usr/local namespace by default). + +Afterwards enter the following command to build and install dmenu +(if necessary as root): + + make clean install + + +Running dmenu +------------- +See the man page for details. |