My dmenu build
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
RinRi dda6b5b9e1 2023-08-02 il y a 8 mois
LICENSE Close when the embedding window is destroyed il y a 5 ans
Makefile Makefile: just show the compiler output il y a 5 ans
README removed libdc dependence il y a 13 ans
arg.h arg.h: fixed argv checks order il y a 8 ans
config.def.h 2023-08-02 il y a 8 mois
config.def.h.orig 2023-08-02 il y a 8 mois
config.h 2023-08-02 il y a 8 mois
config.mk Prepared 4.9 release. il y a 5 ans
dmenu 2023-08-02 il y a 8 mois
dmenu-lineheight-4.9.diff 2023-08-02 il y a 8 mois
dmenu-xyw-5.0.diff 2023-08-02 il y a 8 mois
dmenu.1 2023-08-02 il y a 8 mois
dmenu.1.orig 2023-08-02 il y a 8 mois
dmenu.c 2023-08-02 il y a 8 mois
dmenu.c.orig 2023-08-02 il y a 8 mois
dmenu.c.rej 2023-08-02 il y a 8 mois
dmenu.o 2023-08-02 il y a 8 mois
dmenu_path dmenu_path: always use the cachedir il y a 5 ans
dmenu_run dmenu_run: Split cache logic to dmenu_path again il y a 11 ans
drw.c Fix memory leaks in drw il y a 3 ans
drw.h import new drw from libsl and minor fixes. il y a 8 ans
drw.o 2023-08-02 il y a 8 mois
stest 2023-08-02 il y a 8 mois
stest.1 applied Martin Kühl's inverse matching flag to stest il y a 10 ans
stest.c stest: get rid of getopt, use suckless arg.h il y a 8 ans
stest.o 2023-08-02 il y a 8 mois
util.c die() on calloc failure il y a 7 ans
util.h import new drw from libsl and minor fixes. il y a 8 ans
util.o 2023-08-02 il y a 8 mois

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.