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.
 
 
 
 
 
 
Hiltjo Posthuma aa69426670 fix crash with ctrl-enter as input pirms 10 gadiem
.hgtags Added tag 4.4 for changeset 2b105eaae831 pirms 13 gadiem
LICENSE updated copyright notices in LICENSE and dmenu.c file pirms 10 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 Martti Kühne's dmenu monitor patch pirms 11 gadiem
dmenu.c fix crash with ctrl-enter as input pirms 10 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 applied Martin Kühl's inverse matching flag to stest pirms 11 gadiem
stest.c applied Martin Kühl's inverse matching flag to stest pirms 11 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.