Fork of dmenu with a few patches added and some changes
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
Jonathan Hodgson b8d842033d Adds mouse support and volume key support pirms 3 gadiem
LICENSE bump version to 5.0 pirms 4 gadiem
Makefile Makefile: just show the compiler output pirms 6 gadiem
README removed libdc dependence pirms 14 gadiem
arg.h arg.h: fixed argv checks order pirms 8 gadiem
config.def.h config.def.h: style improvement, use color Scheme enum pirms 8 gadiem
config.mk bump version to 5.0 pirms 4 gadiem
dmenu.1 dmenu.1: document improved fastgrab behaviour from previous patch pirms 5 gadiem
dmenu.c Adds mouse support and volume key support pirms 3 gadiem
dmenu_path make dmenu_path script executable pirms 5 gadiem
dmenu_run dmenu_run: Split cache logic to dmenu_path again pirms 12 gadiem
drw.c Fix memory leaks in drw pirms 4 gadiem
drw.h import new drw from libsl and minor fixes. pirms 8 gadiem
stest.1 applied Martin Kühl's inverse matching flag to stest pirms 11 gadiem
stest.c stest: get rid of getopt, use suckless arg.h pirms 9 gadiem
util.c die() on calloc failure pirms 8 gadiem
util.h import new drw from libsl and minor fixes. pirms 8 gadiem

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.