scklss/dmenu-5.2
2023-09-03 19:59:47 +02:00
..
patches Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
arg.h Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
config.def.h Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
config.mk Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
dmenu_path Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
dmenu_run Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
dmenu.1 Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
dmenu.c Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
drw.c Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
drw.h Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
LICENSE Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
Makefile Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
README Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
stest.1 Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
stest.c Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
util.c Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00
util.h Upgraded dmenu to 5.2 2023-09-03 19:59:47 +02:00

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.