Fork of dmenu with a few patches added and some changes
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
Jonathan Hodgson b8d842033d Adds mouse support and volume key support před 3 roky
LICENSE bump version to 5.0 před 4 roky
Makefile Makefile: just show the compiler output před 6 roky
README removed libdc dependence před 14 roky
arg.h arg.h: fixed argv checks order před 8 roky
config.def.h config.def.h: style improvement, use color Scheme enum před 8 roky
config.mk bump version to 5.0 před 4 roky
dmenu.1 dmenu.1: document improved fastgrab behaviour from previous patch před 5 roky
dmenu.c Adds mouse support and volume key support před 3 roky
dmenu_path make dmenu_path script executable před 5 roky
dmenu_run dmenu_run: Split cache logic to dmenu_path again před 12 roky
drw.c Fix memory leaks in drw před 4 roky
drw.h import new drw from libsl and minor fixes. před 8 roky
stest.1 applied Martin Kühl's inverse matching flag to stest před 11 roky
stest.c stest: get rid of getopt, use suckless arg.h před 9 roky
util.c die() on calloc failure před 8 roky
util.h import new drw from libsl and minor fixes. před 8 roky

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.