scklss/dmenu-5.0
2022-01-21 03:20:29 +01:00
..
patches Added alpha patch for dmenu and minor config tweaks 2021-10-17 14:56:40 +02: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 Fixed some colorings in dmenu as well 2022-01-21 03:20:29 +01:00
config.mk Added alpha patch for dmenu and minor config tweaks 2021-10-17 14:56:40 +02:00
dmenu_path Changed gitignore to include missing dmenu files 2021-01-22 16:10:47 +01:00
dmenu_run Changed gitignore to include missing dmenu files 2021-01-22 16:10:47 +01:00
dmenu.1 Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu.c Added alpha patch for dmenu and minor config tweaks 2021-10-17 14:56:40 +02:00
drw.c Added alpha patch for dmenu and minor config tweaks 2021-10-17 14:56:40 +02:00
drw.h Added alpha patch for dmenu and minor config tweaks 2021-10-17 14:56:40 +02: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.