scklss/dmenu-5.1
2022-06-17 18:34:38 +02:00
..
patches Updated dmenu to 5.1 and applied and updated patches 2022-06-17 18:34:38 +02:00
arg.h Added dmenu v5.1 2022-06-17 16:46:46 +02:00
config.def.h Updated dmenu to 5.1 and applied and updated patches 2022-06-17 18:34:38 +02:00
config.mk Updated dmenu to 5.1 and applied and updated patches 2022-06-17 18:34:38 +02:00
dmenu_path Added dmenu v5.1 2022-06-17 16:46:46 +02:00
dmenu_run Added dmenu v5.1 2022-06-17 16:46:46 +02:00
dmenu.1 Updated dmenu to 5.1 and applied and updated patches 2022-06-17 18:34:38 +02:00
dmenu.c Updated dmenu to 5.1 and applied and updated patches 2022-06-17 18:34:38 +02:00
drw.c Updated dmenu to 5.1 and applied and updated patches 2022-06-17 18:34:38 +02:00
drw.h Updated dmenu to 5.1 and applied and updated patches 2022-06-17 18:34:38 +02:00
LICENSE Added dmenu v5.1 2022-06-17 16:46:46 +02:00
Makefile Added dmenu v5.1 2022-06-17 16:46:46 +02:00
README Added dmenu v5.1 2022-06-17 16:46:46 +02:00
stest.1 Added dmenu v5.1 2022-06-17 16:46:46 +02:00
stest.c Added dmenu v5.1 2022-06-17 16:46:46 +02:00
util.c Added dmenu v5.1 2022-06-17 16:46:46 +02:00
util.h Added dmenu v5.1 2022-06-17 16:46:46 +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.