My dmenu build
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.
 
 
 
 
 
 
Connor Lane Smith d77340ed53 fixed vlist select pirms 14 gadiem
.hgtags Added tag 4.1.1 for changeset 72749a826cab pirms 14 gadiem
LICENSE prepared dmenu-4.1 release pirms 14 gadiem
Makefile added dmenu.h, common.c pirms 14 gadiem
README libdraw now has own repo pirms 14 gadiem
common.c added dmenu.h, common.c pirms 14 gadiem
config.def.h added dmenu.h, common.c pirms 14 gadiem
config.mk libdraw now has own repo pirms 14 gadiem
dinput.c updated to libdraw tip pirms 14 gadiem
dmenu.1 typo fixes pirms 14 gadiem
dmenu.c fixed vlist select pirms 14 gadiem
dmenu.h added dmenu.h, common.c pirms 14 gadiem
dmenu_path though sticking to |uniq pirms 16 gadiem
dmenu_run no exe should be unquoted, agreed to Peter Hartlich pirms 16 gadiem

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.