My dmenu build
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.
 
 
 
 
 
 
Connor Lane Smith 29e8faed6c updated to new libdraw vor 14 Jahren
.hgtags Added tag 4.1.1 for changeset 72749a826cab vor 14 Jahren
LICENSE prepared dmenu-4.1 release vor 14 Jahren
Makefile libdraw now has own repo vor 14 Jahren
README libdraw now has own repo vor 14 Jahren
config.def.h fixed static symbols in config.def.h vor 14 Jahren
config.mk libdraw now has own repo vor 14 Jahren
dinput.c updated to new libdraw vor 14 Jahren
dmenu.1 typo fixes vor 14 Jahren
dmenu.c updated to new libdraw vor 14 Jahren
dmenu_path though sticking to |uniq vor 16 Jahren
dmenu_run no exe should be unquoted, agreed to Peter Hartlich vor 16 Jahren

README

dmenu - dynamic menu
====================
dmenu is a generic and efficient menu for X.


Requirements
------------
In order to build dmenu you need the Xlib header files.
You also need libdraw, available from http://hg.suckless.org/libdraw

Pasting the X selection to dmenu requires the sselp utility at runtime.


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.