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 7d19b2055d dmenu.1: document improved fastgrab behaviour from previous patch il y a 5 ans
LICENSE Update LICENSE il y a 6 ans
Makefile Makefile: just show the compiler output il y a 6 ans
README removed libdc dependence il y a 14 ans
arg.h arg.h: fixed argv checks order il y a 8 ans
config.def.h config.def.h: style improvement, use color Scheme enum il y a 8 ans
config.mk Do not strip at link stage il y a 6 ans
dmenu.1 dmenu.1: document improved fastgrab behaviour from previous patch il y a 5 ans
dmenu.c Use slow path if stdin is a tty il y a 5 ans
dmenu_path dmenu_path: always use the cachedir il y a 6 ans
dmenu_run dmenu_run: Split cache logic to dmenu_path again il y a 12 ans
drw.c drw: drw_scm_create: use Clr type il y a 7 ans
drw.h import new drw from libsl and minor fixes. 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 die() on calloc failure il y a 8 ans
util.h import new drw from libsl and minor fixes. 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.