My fork of dmenu
Go to file
Tyler Perkins 245dcd64c0 Catch up 2022-12-01 18:24:54 -05:00
patches Catch up 2022-12-01 18:24:54 -05:00
.gitignore Inital Commit 2021-07-29 17:17:25 -04:00
LICENSE Catch up 2022-12-01 18:24:54 -05:00
Makefile Catch up 2022-12-01 18:24:54 -05:00
README Catch up 2022-12-01 18:24:54 -05:00
arg.h Catch up 2022-12-01 18:24:54 -05:00
config.def.h Catch up 2022-12-01 18:24:54 -05:00
config.h Catch up 2022-12-01 18:24:54 -05:00
config.mk Catch up 2022-12-01 18:24:54 -05:00
dmenu.1 Catch up 2022-12-01 18:24:54 -05:00
dmenu.c Catch up 2022-12-01 18:24:54 -05:00
dmenu_path Inital Commit 2021-07-29 17:17:25 -04:00
dmenu_run Inital Commit 2021-07-29 17:17:25 -04:00
drw.c Catch up 2022-12-01 18:24:54 -05:00
drw.h Catch up 2022-12-01 18:24:54 -05:00
stest.1 Catch up 2022-12-01 18:24:54 -05:00
stest.c Catch up 2022-12-01 18:24:54 -05:00
util.c Catch up 2022-12-01 18:24:54 -05:00
util.h Catch up 2022-12-01 18:24:54 -05: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.