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.
 
 
 
 
 
 
Davide Del Zompo acbf35a5e3 fix incorrect ordering of match results pirms 8 gadiem
.hgtags Added tag 4.4 for changeset 2b105eaae831 pirms 13 gadiem
LICENSE Use libdraw: add Xft and fallback-fonts support to graphics lib pirms 9 gadiem
Makefile stest: get rid of getopt, use suckless arg.h pirms 9 gadiem
README removed libdc dependence pirms 13 gadiem
arg.h stest: get rid of getopt, use suckless arg.h pirms 9 gadiem
config.def.h separate program-specific c99 bool and X11 pirms 8 gadiem
config.mk config.mk: use -std=c99 pirms 8 gadiem
dmenu.1 applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-m pirms 9 gadiem
dmenu.c fix incorrect ordering of match results pirms 8 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
drw.c drw style improvements pirms 8 gadiem
drw.h drw style improvements pirms 8 gadiem
stest.1 applied Martin Kühl's inverse matching flag to stest pirms 11 gadiem
stest.c stest: get rid of getopt, use suckless arg.h pirms 9 gadiem
util.c Use libdraw: add Xft and fallback-fonts support to graphics lib pirms 9 gadiem
util.h Use libdraw: add Xft and fallback-fonts support to graphics lib pirms 9 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.