neodotfiles/source/dmenu
2024-06-03 16:01:31 -04:00
..
patches Updated... 2024-03-28 18:55:20 -04:00
scripts Updated 2024-06-03 16:01:31 -04:00
arg.h Updated... 2024-03-28 18:55:20 -04:00
config.h Updated... 2024-03-28 18:55:20 -04:00
config.mk Updated... 2024-03-28 18:55:20 -04:00
dmenu.1 Updated... 2024-03-28 18:55:20 -04:00
dmenu.c Updated... 2024-03-28 18:55:20 -04:00
dmenu_path Updated... 2024-03-28 18:55:20 -04:00
dmenu_run Updated... 2024-03-28 18:55:20 -04:00
drw.c Updated... 2024-03-28 18:55:20 -04:00
drw.h Updated... 2024-03-28 18:55:20 -04:00
LICENSE Updated... 2024-03-28 18:55:20 -04:00
Makefile Updated... 2024-03-28 18:55:20 -04:00
README Updated... 2024-03-28 18:55:20 -04:00
stest.1 Updated... 2024-03-28 18:55:20 -04:00
stest.c Updated... 2024-03-28 18:55:20 -04:00
util.c Updated... 2024-03-28 18:55:20 -04:00
util.h Updated... 2024-03-28 18:55:20 -04: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.