My dmenu build
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Davide Del Zompo acbf35a5e3 fix incorrect ordering of match results vor 8 Jahren
.hgtags Added tag 4.4 for changeset 2b105eaae831 vor 13 Jahren
LICENSE Use libdraw: add Xft and fallback-fonts support to graphics lib vor 9 Jahren
Makefile stest: get rid of getopt, use suckless arg.h vor 9 Jahren
README removed libdc dependence vor 13 Jahren
arg.h stest: get rid of getopt, use suckless arg.h vor 9 Jahren
config.def.h separate program-specific c99 bool and X11 vor 8 Jahren
config.mk config.mk: use -std=c99 vor 8 Jahren
dmenu.1 applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-m vor 9 Jahren
dmenu.c fix incorrect ordering of match results vor 8 Jahren
dmenu_path dmenu_run: Split cache logic to dmenu_path again vor 12 Jahren
dmenu_run dmenu_run: Split cache logic to dmenu_path again vor 12 Jahren
drw.c drw style improvements vor 8 Jahren
drw.h drw style improvements vor 8 Jahren
stest.1 applied Martin Kühl's inverse matching flag to stest vor 11 Jahren
stest.c stest: get rid of getopt, use suckless arg.h vor 9 Jahren
util.c Use libdraw: add Xft and fallback-fonts support to graphics lib vor 9 Jahren
util.h Use libdraw: add Xft and fallback-fonts support to graphics lib vor 9 Jahren

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.