fork of dmenu
 
 
 
 
Go to file
Aether fb1404cd25 hi 2021-11-23 20:44:37 +01:00
LICENSE hi 2021-11-23 20:44:37 +01:00
Makefile hi 2021-11-23 20:44:37 +01:00
README hi 2021-11-23 20:44:37 +01:00
arg.h hi 2021-11-23 20:44:37 +01:00
config.def.h hi 2021-11-23 20:44:37 +01:00
config.mk hi 2021-11-23 20:44:37 +01:00
dmenu.1 hi 2021-11-23 20:44:37 +01:00
dmenu.c hi 2021-11-23 20:44:37 +01:00
dmenu.o hi 2021-11-23 20:44:37 +01:00
drw.c hi 2021-11-23 20:44:37 +01:00
drw.h hi 2021-11-23 20:44:37 +01:00
drw.o hi 2021-11-23 20:44:37 +01:00
stest.1 hi 2021-11-23 20:44:37 +01:00
stest.c hi 2021-11-23 20:44:37 +01:00
stest.o hi 2021-11-23 20:44:37 +01:00
util.c hi 2021-11-23 20:44:37 +01:00
util.h hi 2021-11-23 20:44:37 +01:00
util.o hi 2021-11-23 20:44:37 +01: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.