scklss/dmenu-5.0
2021-02-01 02:27:21 +01:00
..
arg.h Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
config.def.h playing with configs 2021-02-01 02:27:21 +01:00
config.def.h.orig Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
config.h playing with configs 2021-02-01 02:27:21 +01:00
config.mk Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu-border-4.9.diff Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu-center-20200111-8cd37e1.diff Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu-highlight-20201211-fcdc159.diff Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu-lineheight-5.0.diff Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu.1 Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu.1.orig Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu.c Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu.c.orig Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
drw.c Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
drw.h Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
LICENSE Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
Makefile Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
README Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
stest.1 Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
stest.c Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
util.c Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
util.h Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01: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.