My dmenu build
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Hiltjo Posthuma cf0fb79cd8 dmenu: style improvements il y a 8 ans
.hgtags Added tag 4.4 for changeset 2b105eaae831 il y a 13 ans
LICENSE Use libdraw: add Xft and fallback-fonts support to graphics lib il y a 9 ans
Makefile stest: get rid of getopt, use suckless arg.h il y a 9 ans
README removed libdc dependence il y a 13 ans
arg.h stest: get rid of getopt, use suckless arg.h il y a 9 ans
config.def.h separate program-specific c99 bool and X11 il y a 8 ans
config.mk config.mk: fix _XOPEN_SOURCE=700 for getline() il y a 8 ans
dmenu.1 applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-m il y a 9 ans
dmenu.c dmenu: style improvements il y a 8 ans
dmenu_path dmenu_run: Split cache logic to dmenu_path again il y a 12 ans
dmenu_run dmenu_run: Split cache logic to dmenu_path again il y a 12 ans
drw.c drw style improvements il y a 8 ans
drw.h drw style improvements il y a 8 ans
stest.1 applied Martin Kühl's inverse matching flag to stest il y a 11 ans
stest.c stest: get rid of getopt, use suckless arg.h il y a 9 ans
util.c Use libdraw: add Xft and fallback-fonts support to graphics lib il y a 9 ans
util.h Use libdraw: add Xft and fallback-fonts support to graphics lib il y a 9 ans

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.