My build of dmenu from suckless.org.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
= 5fd7472142 Initial commit from 5.0 hace 3 años
LICENSE Initial commit from 5.0 hace 3 años
Makefile Initial commit from 5.0 hace 3 años
README Initial commit from 5.0 hace 3 años
arg.h Initial commit from 5.0 hace 3 años
config.def.h Initial commit from 5.0 hace 3 años
config.mk Initial commit from 5.0 hace 3 años
dmenu.1 Initial commit from 5.0 hace 3 años
dmenu.c Initial commit from 5.0 hace 3 años
dmenu_path Initial commit from 5.0 hace 3 años
dmenu_run Initial commit from 5.0 hace 3 años
drw.c Initial commit from 5.0 hace 3 años
drw.h Initial commit from 5.0 hace 3 años
stest.1 Initial commit from 5.0 hace 3 años
stest.c Initial commit from 5.0 hace 3 años
util.c Initial commit from 5.0 hace 3 años
util.h Initial commit from 5.0 hace 3 años

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.