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 32f2564dbb arg.h: remove unused ARGNUM* macros il y a 8 ans
LICENSE Use libdraw: add Xft and fallback-fonts support to graphics lib il y a 9 ans
Makefile Makefile: package config.def.h on make dist il y a 8 ans
README removed libdc dependence il y a 13 ans
arg.h arg.h: remove unused ARGNUM* macros il y a 8 ans
config.def.h unboolify dmenu 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 unboolify dmenu 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.