Fork of dmenu with a few patches added and some changes
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.
 
 
 
 
 
Jonathan Hodgson b8d842033d Adds mouse support and volume key support il y a 3 ans
LICENSE bump version to 5.0 il y a 4 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 bump version to 5.0 il y a 4 ans
dmenu.1 dmenu.1: document improved fastgrab behaviour from previous patch il y a 5 ans
dmenu.c Adds mouse support and volume key support il y a 3 ans
dmenu_path make dmenu_path script executable il y a 5 ans
dmenu_run dmenu_run: Split cache logic to dmenu_path again il y a 12 ans
drw.c Fix memory leaks in drw il y a 4 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.