dotfiles/dmenubuild
2022-12-30 23:20:02 +01:00
..
arg.h meow 2022-12-30 23:20:02 +01:00
config.def.h meow 2022-12-30 23:20:02 +01:00
config.h meow 2022-12-30 23:20:02 +01:00
config.mk meow 2022-12-30 23:20:02 +01:00
dmenu meow 2022-12-30 23:20:02 +01:00
dmenu.1 meow 2022-12-30 23:20:02 +01:00
dmenu.c meow 2022-12-30 23:20:02 +01:00
dmenu.o meow 2022-12-30 23:20:02 +01:00
dmenu_path meow 2022-12-30 23:20:02 +01:00
dmenu_run meow 2022-12-30 23:20:02 +01:00
drw.c meow 2022-12-30 23:20:02 +01:00
drw.h meow 2022-12-30 23:20:02 +01:00
drw.o meow 2022-12-30 23:20:02 +01:00
LICENSE meow 2022-12-30 23:20:02 +01:00
Makefile meow 2022-12-30 23:20:02 +01:00
README meow 2022-12-30 23:20:02 +01:00
stest meow 2022-12-30 23:20:02 +01:00
stest.1 meow 2022-12-30 23:20:02 +01:00
stest.c meow 2022-12-30 23:20:02 +01:00
stest.o meow 2022-12-30 23:20:02 +01:00
util.c meow 2022-12-30 23:20:02 +01:00
util.h meow 2022-12-30 23:20:02 +01:00
util.o meow 2022-12-30 23:20:02 +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.