suckless-utils/dmenu
2023-09-06 21:06:40 +08:00
..
patches Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
scripts Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
arg.h Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
config.def.h Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
config.mk Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
dmenu Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
dmenu.1 Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
dmenu.c Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
dmenu.o Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
dmenu_path Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
dmenu_run Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
drw.c Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
drw.c.orig Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
drw.h Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
drw.h.orig Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
drw.o Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
LICENSE Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
Makefile Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
README Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
stest Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
stest.1 Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
stest.c Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
stest.o Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
util.c Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
util.h Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
util.o Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08: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.