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 34f549adb2 dmenu.1: clarify monitor numbers are starting from 0 (first mon) 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: use -std=c99 il y a 8 ans
dmenu.1 dmenu.1: clarify monitor numbers are starting from 0 (first mon) il y a 8 ans
dmenu.c fix: multimon: always spawn client on first monitor if specified with -m 0 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: cleanup drw_text, prevent gcc warning false-positive of unused var 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 add sbase-style ecalloc(), calloc: or die il y a 8 ans
util.h add sbase-style ecalloc(), calloc: or die il y a 8 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.