diff options
author | Joe <rbo@gmx.us> | 2024-12-26 16:04:49 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-26 16:04:49 +0100 |
commit | 9c8bc4e708647be16b6c69a28603c3542db9c100 (patch) | |
tree | 18ef2626c9db480d5122b99d34c2b40fa1afcd01 /README | |
parent | up (diff) | |
download | dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.gz dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.bz2 dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.xz dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.zst dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.zip |
5.3
Diffstat (limited to 'README')
-rw-r--r-- | README | 68 |
1 files changed, 18 insertions, 50 deletions
@@ -1,56 +1,24 @@ -dmenu - dynamic menu for X -=========================== +dmenu - dynamic menu +==================== +dmenu is an efficient dynamic menu for X. -Introduction + +Requirements ------------ -This is my personnal build of dmenu, a simple dynamic menu for -X which sucks less. I've applied some patches. +In order to build dmenu you need the Xlib header files. -Depedencies ------------ -- A C compiler -- xorg -- make Installation ------------ -To install this build, run these commands: - - $ git clone git://jozanleclerc.xyz/jozan/dmenu.git - $ cd dmenu - $ make - # make install clean - -It is installed by default in the user /usr/local/bin directory but you can -change it to something that matches more your $PATH by editing the PREFIX -variable in config.mk. - -Applied patches ---------------- -You can find a list of patches and check what those I've applied are -doing on dmenu's patches page. - -Here is my list: - - border - - case insensitive - - center - - fuzzyhighlight - - fuzzymatch - - line height - -Settings --------- -Most settings are done by editing config.h and recompiling. All settings -can also be configured via command line options, see - $ man 1 dmenu -for more informations. - - Fonts - ----- - The default font is part of the Nerd Fonts collection but can - be changed at config.h:11. - - Colors - ------ - The colorscheme used in this build is gruvbox dark hard, you can - change it at config.h:16. +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. |