diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-14 08:59:25 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-14 08:59:25 -0700 |
| commit | 3376b6420d3b6cc965890e46e7bbd06fbc9fd037 (patch) | |
| tree | 67b59ce0f9ba016db62067a081c0535d064d2a3f /suckless/dmenu/dmenu-5.4/README | |
| parent | d533343af750dcfda2321f33953b66396e767f10 (diff) | |
layout reorg
Diffstat (limited to 'suckless/dmenu/dmenu-5.4/README')
| -rw-r--r-- | suckless/dmenu/dmenu-5.4/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/suckless/dmenu/dmenu-5.4/README b/suckless/dmenu/dmenu-5.4/README new file mode 100644 index 0000000..a8fcdfe --- /dev/null +++ b/suckless/dmenu/dmenu-5.4/README @@ -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. |
