This project is a fork of the
dmenu.git project. If you have that one
already cloned locally, you can use
git clone --reference /path/to/your/dmenu.git/incarnation mirror_URL
to save bandwidth during cloning.
description | none |
owner | t.meulendijks@tuta.io |
last change | Sun, 3 Mar 2019 12:08:54 +0000 (3 13:08 +0100) |
URL | git://repo.or.cz/dmenu/dmenu-thomas.git |
| https://repo.or.cz/dmenu/dmenu-thomas.git |
push URL | ssh://repo.or.cz/dmenu/dmenu-thomas.git |
| https://repo.or.cz/dmenu/dmenu-thomas.git (learn more) |
bundle info | dmenu-thomas.git downloadable bundles |
content tags
|
|
README
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.