Go to file
zcake 7284185c37 rebanding 2021-01-07 11:32:43 +08:00
patches rm Line height patch 2020-11-13 19:38:33 +08:00
LICENSE null 2020-10-14 13:40:48 +00:00
Makefile null 2020-10-14 13:40:48 +00:00
README null 2020-10-14 13:40:48 +00:00
arg.h null 2020-10-14 13:40:48 +00:00
config.def.h add lineheight patche 2020-11-07 22:53:14 +08:00
config.def.h.orig add lineheight patche 2020-11-07 22:53:14 +08:00
config.h change font 2021-01-06 09:44:04 +08:00
config.mk null 2020-10-14 16:20:51 +00:00
dmenu rebanding 2021-01-07 11:32:43 +08:00
dmenu.1 rebanding 2021-01-07 11:32:43 +08:00
dmenu.1.orig add lineheight patche 2020-11-07 22:53:14 +08:00
dmenu.1.rej null 2020-10-14 16:01:26 +00:00
dmenu.c rebanding 2021-01-07 11:32:43 +08:00
dmenu.c.orig add lineheight patche 2020-11-07 22:53:14 +08:00
dmenu.c.rej add lineheight patche 2020-11-07 22:53:14 +08:00
dmenu.o rebanding 2021-01-07 11:32:43 +08:00
dmenu_path add alias 2020-12-18 01:33:17 +08:00
dmenu_run add alias 2020-12-18 01:33:17 +08:00
drw.c fix emoji and typo 2021-01-04 11:33:41 +08:00
drw.h null 2020-10-14 13:40:48 +00:00
drw.o fix emoji and typo 2021-01-04 11:33:41 +08:00
stest change font 2021-01-03 18:48:36 +08:00
stest.1 null 2020-10-14 13:40:48 +00:00
stest.c null 2020-10-14 13:40:48 +00:00
stest.o change font 2021-01-03 18:48:36 +08:00
test null 2020-10-18 15:36:04 +00:00
util.c null 2020-10-14 13:40:48 +00:00
util.h null 2020-10-14 13:40:48 +00:00
util.o change font 2021-01-03 18:48:36 +08: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.