My dmenu build
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.
 
 
 
 
 
 
RinRi dda6b5b9e1 2023-08-02 hace 9 meses
LICENSE Close when the embedding window is destroyed hace 5 años
Makefile Makefile: just show the compiler output hace 5 años
README removed libdc dependence hace 13 años
arg.h arg.h: fixed argv checks order hace 8 años
config.def.h 2023-08-02 hace 9 meses
config.def.h.orig 2023-08-02 hace 9 meses
config.h 2023-08-02 hace 9 meses
config.mk Prepared 4.9 release. hace 5 años
dmenu 2023-08-02 hace 9 meses
dmenu-lineheight-4.9.diff 2023-08-02 hace 9 meses
dmenu-xyw-5.0.diff 2023-08-02 hace 9 meses
dmenu.1 2023-08-02 hace 9 meses
dmenu.1.orig 2023-08-02 hace 9 meses
dmenu.c 2023-08-02 hace 9 meses
dmenu.c.orig 2023-08-02 hace 9 meses
dmenu.c.rej 2023-08-02 hace 9 meses
dmenu.o 2023-08-02 hace 9 meses
dmenu_path dmenu_path: always use the cachedir hace 5 años
dmenu_run dmenu_run: Split cache logic to dmenu_path again hace 11 años
drw.c Fix memory leaks in drw hace 3 años
drw.h import new drw from libsl and minor fixes. hace 8 años
drw.o 2023-08-02 hace 9 meses
stest 2023-08-02 hace 9 meses
stest.1 applied Martin Kühl's inverse matching flag to stest hace 10 años
stest.c stest: get rid of getopt, use suckless arg.h hace 8 años
stest.o 2023-08-02 hace 9 meses
util.c die() on calloc failure hace 7 años
util.h import new drw from libsl and minor fixes. hace 8 años
util.o 2023-08-02 hace 9 meses

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.