My dmenu build
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
RinRi dda6b5b9e1 2023-08-02 há 9 meses
LICENSE Close when the embedding window is destroyed há 5 anos
Makefile Makefile: just show the compiler output há 5 anos
README removed libdc dependence há 13 anos
arg.h arg.h: fixed argv checks order há 8 anos
config.def.h 2023-08-02 há 9 meses
config.def.h.orig 2023-08-02 há 9 meses
config.h 2023-08-02 há 9 meses
config.mk Prepared 4.9 release. há 5 anos
dmenu 2023-08-02 há 9 meses
dmenu-lineheight-4.9.diff 2023-08-02 há 9 meses
dmenu-xyw-5.0.diff 2023-08-02 há 9 meses
dmenu.1 2023-08-02 há 9 meses
dmenu.1.orig 2023-08-02 há 9 meses
dmenu.c 2023-08-02 há 9 meses
dmenu.c.orig 2023-08-02 há 9 meses
dmenu.c.rej 2023-08-02 há 9 meses
dmenu.o 2023-08-02 há 9 meses
dmenu_path dmenu_path: always use the cachedir há 5 anos
dmenu_run dmenu_run: Split cache logic to dmenu_path again há 11 anos
drw.c Fix memory leaks in drw há 3 anos
drw.h import new drw from libsl and minor fixes. há 8 anos
drw.o 2023-08-02 há 9 meses
stest 2023-08-02 há 9 meses
stest.1 applied Martin Kühl's inverse matching flag to stest há 10 anos
stest.c stest: get rid of getopt, use suckless arg.h há 8 anos
stest.o 2023-08-02 há 9 meses
util.c die() on calloc failure há 7 anos
util.h import new drw from libsl and minor fixes. há 8 anos
util.o 2023-08-02 há 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.