My build of dmenu from suckless.org.
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.
 
 
 
 
 
 
Immanuel Onyeka e48549954f Removed .o files pirms 3 gadiem
.pc Added centered patch pirms 3 gadiem
.gitignore Removed .o files pirms 3 gadiem
LICENSE Initial commit from 5.0 pirms 3 gadiem
Makefile Initial commit from 5.0 pirms 3 gadiem
README Initial commit from 5.0 pirms 3 gadiem
arg.h Initial commit from 5.0 pirms 3 gadiem
config.def.h Added centered patch pirms 3 gadiem
config.h Added centered patch pirms 3 gadiem
config.mk Initial commit from 5.0 pirms 3 gadiem
dmenu Added centered patch pirms 3 gadiem
dmenu.1 Added centered patch pirms 3 gadiem
dmenu.c Added centered patch pirms 3 gadiem
dmenu.c.orig Added centered patch pirms 3 gadiem
dmenu_path Initial commit from 5.0 pirms 3 gadiem
dmenu_run Initial commit from 5.0 pirms 3 gadiem
drw.c Initial commit from 5.0 pirms 3 gadiem
drw.h Initial commit from 5.0 pirms 3 gadiem
stest Added centered patch pirms 3 gadiem
stest.1 Initial commit from 5.0 pirms 3 gadiem
stest.c Initial commit from 5.0 pirms 3 gadiem
util.c Initial commit from 5.0 pirms 3 gadiem
util.h Initial commit from 5.0 pirms 3 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.