My dmenu build
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
RinRi dda6b5b9e1 2023-08-02 пре 9 месеци
LICENSE Close when the embedding window is destroyed пре 5 година
Makefile Makefile: just show the compiler output пре 5 година
README removed libdc dependence пре 13 година
arg.h arg.h: fixed argv checks order пре 8 година
config.def.h 2023-08-02 пре 9 месеци
config.def.h.orig 2023-08-02 пре 9 месеци
config.h 2023-08-02 пре 9 месеци
config.mk Prepared 4.9 release. пре 5 година
dmenu 2023-08-02 пре 9 месеци
dmenu-lineheight-4.9.diff 2023-08-02 пре 9 месеци
dmenu-xyw-5.0.diff 2023-08-02 пре 9 месеци
dmenu.1 2023-08-02 пре 9 месеци
dmenu.1.orig 2023-08-02 пре 9 месеци
dmenu.c 2023-08-02 пре 9 месеци
dmenu.c.orig 2023-08-02 пре 9 месеци
dmenu.c.rej 2023-08-02 пре 9 месеци
dmenu.o 2023-08-02 пре 9 месеци
dmenu_path dmenu_path: always use the cachedir пре 5 година
dmenu_run dmenu_run: Split cache logic to dmenu_path again пре 11 година
drw.c Fix memory leaks in drw пре 3 година
drw.h import new drw from libsl and minor fixes. пре 8 година
drw.o 2023-08-02 пре 9 месеци
stest 2023-08-02 пре 9 месеци
stest.1 applied Martin Kühl's inverse matching flag to stest пре 10 година
stest.c stest: get rid of getopt, use suckless arg.h пре 8 година
stest.o 2023-08-02 пре 9 месеци
util.c die() on calloc failure пре 7 година
util.h import new drw from libsl and minor fixes. пре 8 година
util.o 2023-08-02 пре 9 месеци

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.