diff options
| author | iceyrazor <iceyfoxservers@gmail.com> | 2024-11-24 04:50:59 -0600 |
|---|---|---|
| committer | iceyrazor <iceyfoxservers@gmail.com> | 2024-11-24 04:50:59 -0600 |
| commit | 0b274c969e824b4bcf328e3272b8894143f3a683 (patch) | |
| tree | 3b4860beb1c10f68a06d84453ac55b52f327b641 /stuff/manual-programs/suckless/dmenu-5.2/README | |
reinit 3. git reset --hard was not right. thanks ai
Diffstat (limited to 'stuff/manual-programs/suckless/dmenu-5.2/README')
| -rw-r--r-- | stuff/manual-programs/suckless/dmenu-5.2/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/stuff/manual-programs/suckless/dmenu-5.2/README b/stuff/manual-programs/suckless/dmenu-5.2/README new file mode 100644 index 0000000..a8fcdfe --- /dev/null +++ b/stuff/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. |
