You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Marcin Woźniak 50b5f34b7a
Update 'dmenu_path'
2 years ago
LICENSE Updated dmenu 2 years ago
Makefile Added 3 years ago
README Added 3 years ago
arg.h Added 3 years ago
config.def.h Added 3 years ago
config.h Added 3 years ago
config.mk Updated dmenu 2 years ago
dmenu Updated dmenu 2 years ago
dmenu.1 Added 3 years ago
dmenu.c Added 3 years ago
dmenu.o Updated dmenu 2 years ago
dmenu_path Update 'dmenu_path' 2 years ago
dmenu_run Update 'dmenu_run' 2 years ago
drw.c Updated dmenu 2 years ago
drw.h Added 3 years ago
drw.o Updated dmenu 2 years ago
stest Updated dmenu 2 years ago
stest.1 Added 3 years ago
stest.c Added 3 years ago
stest.o Updated dmenu 2 years ago
util.c Added 3 years ago
util.h Added 3 years ago
util.o Updated dmenu 2 years ago

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.