1
0
Derivar 0
Fork of dmenu with a few patches added and some changes
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
Jonathan Hodgson b8d842033d Adds mouse support and volume key support há 3 anos
LICENSE bump version to 5.0 há 4 anos
Makefile Makefile: just show the compiler output há 6 anos
README removed libdc dependence há 14 anos
arg.h arg.h: fixed argv checks order há 8 anos
config.def.h config.def.h: style improvement, use color Scheme enum há 8 anos
config.mk bump version to 5.0 há 4 anos
dmenu.1 dmenu.1: document improved fastgrab behaviour from previous patch há 5 anos
dmenu.c Adds mouse support and volume key support há 3 anos
dmenu_path make dmenu_path script executable há 5 anos
dmenu_run dmenu_run: Split cache logic to dmenu_path again há 12 anos
drw.c Fix memory leaks in drw há 4 anos
drw.h import new drw from libsl and minor fixes. há 8 anos
stest.1 applied Martin Kühl's inverse matching flag to stest há 11 anos
stest.c stest: get rid of getopt, use suckless arg.h há 9 anos
util.c die() on calloc failure há 8 anos
util.h import new drw from libsl and minor fixes. há 8 anos

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.