My build of dmenu from suckless.org.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Immanuel Onyeka e48549954f Removed .o files vor 3 Jahren
.pc Added centered patch vor 3 Jahren
.gitignore Removed .o files vor 3 Jahren
LICENSE Initial commit from 5.0 vor 3 Jahren
Makefile Initial commit from 5.0 vor 3 Jahren
README Initial commit from 5.0 vor 3 Jahren
arg.h Initial commit from 5.0 vor 3 Jahren
config.def.h Added centered patch vor 3 Jahren
config.h Added centered patch vor 3 Jahren
config.mk Initial commit from 5.0 vor 3 Jahren
dmenu Added centered patch vor 3 Jahren
dmenu.1 Added centered patch vor 3 Jahren
dmenu.c Added centered patch vor 3 Jahren
dmenu.c.orig Added centered patch vor 3 Jahren
dmenu_path Initial commit from 5.0 vor 3 Jahren
dmenu_run Initial commit from 5.0 vor 3 Jahren
drw.c Initial commit from 5.0 vor 3 Jahren
drw.h Initial commit from 5.0 vor 3 Jahren
stest Added centered patch vor 3 Jahren
stest.1 Initial commit from 5.0 vor 3 Jahren
stest.c Initial commit from 5.0 vor 3 Jahren
util.c Initial commit from 5.0 vor 3 Jahren
util.h Initial commit from 5.0 vor 3 Jahren

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.