diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-05-04 06:22:25 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-05-04 06:22:25 +0200 |
| commit | d55ed0c98536f1648ade005c8cb0c8da4101b6a3 (patch) | |
| tree | 021adcc2fe4a37e1c24dbad8e7c3571df4795b6f /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. |
