Go to file
Marcin Woźniak 50b5f34b7a Update 'dmenu_path' 2021-03-29 16:53:04 +02:00
LICENSE Updated dmenu 2021-01-06 23:10:01 +01:00
Makefile Added 2020-09-14 10:24:23 +02:00
README Added 2020-09-14 10:24:23 +02:00
arg.h Added 2020-09-14 10:24:23 +02:00
config.def.h Added 2020-09-14 10:24:23 +02:00
config.h Added 2020-09-14 10:24:23 +02:00
config.mk Updated dmenu 2021-01-06 23:10:01 +01:00
dmenu Updated dmenu 2021-01-06 23:10:01 +01:00
dmenu.1 Added 2020-09-14 10:24:23 +02:00
dmenu.c Added 2020-09-14 10:24:23 +02:00
dmenu.o Updated dmenu 2021-01-06 23:10:01 +01:00
dmenu_path Update 'dmenu_path' 2021-03-29 16:53:04 +02:00
dmenu_run Update 'dmenu_run' 2021-03-29 16:52:31 +02:00
drw.c Updated dmenu 2021-01-06 23:10:01 +01:00
drw.h Added 2020-09-14 10:24:23 +02:00
drw.o Updated dmenu 2021-01-06 23:10:01 +01:00
stest Updated dmenu 2021-01-06 23:10:01 +01:00
stest.1 Added 2020-09-14 10:24:23 +02:00
stest.c Added 2020-09-14 10:24:23 +02:00
stest.o Updated dmenu 2021-01-06 23:10:01 +01:00
util.c Added 2020-09-14 10:24:23 +02:00
util.h Added 2020-09-14 10:24:23 +02:00
util.o Updated dmenu 2021-01-06 23:10:01 +01:00

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.