diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-05-24 04:08:28 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-05-24 04:08:28 -0500 |
| commit | e966d5328d6f328546db213278d1a1a6cd2f58d5 (patch) | |
| tree | f0d41635190d29623920fdf4732cea7a006632d2 /keep/manual-programs/suckless/dmenu-5.2/README | |
| parent | 5010e575335939597b05f8d58bdf205c693a8004 (diff) | |
install scripts. reorganization. soon to be deployable
Diffstat (limited to 'keep/manual-programs/suckless/dmenu-5.2/README')
| -rw-r--r-- | keep/manual-programs/suckless/dmenu-5.2/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keep/manual-programs/suckless/dmenu-5.2/README b/keep/manual-programs/suckless/dmenu-5.2/README new file mode 100644 index 0000000..a8fcdfe --- /dev/null +++ b/keep/manual-programs/suckless/dmenu-5.2/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. |
