@ -1,24 +0,0 @@ |
|||||
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. |
|
||||
@ -0,0 +1,11 @@ |
|||||
|
# dmenu |
||||
|
This is my patched version of dmenu. |
||||
|
The base version is directly from suckless.org. |
||||
|
This belongs to my larbs installation script, meaning it's supposed to work in the environment of the larbs-base-installation. |
||||
|
|
||||
|
## Patches |
||||
|
The list below shows the currently applied patches to this build. |
||||
|
- dmenu-border-4.9.diff |
||||
|
- dmenu-center-20200111-8cd37e1.diff |
||||
|
- dmenu-password-4.9.diff |
||||
|
- dmenu-xresources-20200302-db6093f.diff |
||||