my build of dmenu
Go to file
Talking Ashtray a165feb19a instant patch 2022-04-08 19:22:24 +03:00
LICENSE instant patch 2022-04-08 19:22:24 +03:00
Makefile instant patch 2022-04-08 19:22:24 +03:00
README instant patch 2022-04-08 19:22:24 +03:00
arg.h instant patch 2022-04-08 19:22:24 +03:00
config.def.h instant patch 2022-04-08 19:22:24 +03:00
config.h instant patch 2022-04-08 19:22:24 +03:00
config.mk instant patch 2022-04-08 19:22:24 +03:00
dmenu.1 instant patch 2022-04-08 19:22:24 +03:00
dmenu.c instant patch 2022-04-08 19:22:24 +03:00
dmenu_path instant patch 2022-04-08 19:22:24 +03:00
dmenu_run instant patch 2022-04-08 19:22:24 +03:00
drw.c instant patch 2022-04-08 19:22:24 +03:00
drw.h instant patch 2022-04-08 19:22:24 +03:00
stest.1 instant patch 2022-04-08 19:22:24 +03:00
stest.c instant patch 2022-04-08 19:22:24 +03:00
util.c instant patch 2022-04-08 19:22:24 +03:00
util.h instant patch 2022-04-08 19:22:24 +03: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.