1
0
Fork 0
mirror of https://gitlab.com/dwt1/dotfiles.git synced 2023-02-13 20:55:19 -05:00
dwt1--dotfiles/dmenu
2019-02-10 14:18:26 -06:00
..
arg.h Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
config.def.h Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
config.h Updating a few dotfiles. 2019-02-10 14:18:26 -06:00
config.mk Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
dmenu Updating a few dotfiles. 2019-02-10 14:18:26 -06:00
dmenu.1 Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
dmenu.c Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
dmenu.o Updating a few dotfiles. 2019-02-10 14:18:26 -06:00
dmenu_path Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
dmenu_run Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
drw.c Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
drw.h Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
drw.o Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
LICENSE Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
Makefile Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
README Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
stest Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
stest.1 Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
stest.c Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
stest.o Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
util.c Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
util.h Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
util.o Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06: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.