My dmenu build
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Anselm R Garbe 597d4b4337 accepted vi'is exit approach ^[ (suggested by Arkaduisz) pirms 11 gadiem
.hgtags Added tag 4.4 for changeset 2b105eaae831 pirms 13 gadiem
LICENSE happy new year! pirms 12 gadiem
Makefile adopted Alex Sedov's config.h revival patch to tip pirms 11 gadiem
README removed libdc dependence pirms 13 gadiem
config.def.h forgot to add config.def.h, thanks William pirms 11 gadiem
config.mk _POSIX_C_SOURCE=200809L pirms 12 gadiem
dmenu.1 applied multisel patch to mainline pirms 11 gadiem
dmenu.c accepted vi'is exit approach ^[ (suggested by Arkaduisz) pirms 11 gadiem
dmenu_path dmenu_run: Split cache logic to dmenu_path again pirms 12 gadiem
dmenu_run dmenu_run: Split cache logic to dmenu_path again pirms 12 gadiem
draw.c fix loadfont pirms 13 gadiem
draw.h update draw.c pirms 13 gadiem
stest.1 stest: restore stream testing pirms 12 gadiem
stest.c stest: restore stream testing pirms 12 gadiem

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.