acosail_dwm/dmenu-5.2
2022-12-02 16:22:44 +08:00
..
arg.h init 2022-12-02 16:22:44 +08:00
config.def.h init 2022-12-02 16:22:44 +08:00
config.def.h.orig init 2022-12-02 16:22:44 +08:00
config.def.h.rej init 2022-12-02 16:22:44 +08:00
config.h init 2022-12-02 16:22:44 +08:00
config.mk init 2022-12-02 16:22:44 +08:00
dmenu_path init 2022-12-02 16:22:44 +08:00
dmenu_run init 2022-12-02 16:22:44 +08:00
dmenu-alpha-20210605-1a13d04.diff init 2022-12-02 16:22:44 +08:00
dmenu-center-20200111-8cd37e1.diff init 2022-12-02 16:22:44 +08:00
dmenu.1 init 2022-12-02 16:22:44 +08:00
dmenu.c init 2022-12-02 16:22:44 +08:00
dmenu.c.orig init 2022-12-02 16:22:44 +08:00
dmenu.c.rej init 2022-12-02 16:22:44 +08:00
drw.c init 2022-12-02 16:22:44 +08:00
drw.c.orig init 2022-12-02 16:22:44 +08:00
drw.h init 2022-12-02 16:22:44 +08:00
drw.h.orig init 2022-12-02 16:22:44 +08:00
LICENSE init 2022-12-02 16:22:44 +08:00
Makefile init 2022-12-02 16:22:44 +08:00
README init 2022-12-02 16:22:44 +08:00
stest.1 init 2022-12-02 16:22:44 +08:00
stest.c init 2022-12-02 16:22:44 +08:00
util.c init 2022-12-02 16:22:44 +08:00
util.h init 2022-12-02 16:22:44 +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.