Go to file
NRK cced315e68
free all allocated items, use %zu for size_t
`items` itself is not checked for NULL as calling free on NULL is defined to be
a no-op.
2022-10-19 17:40:28 +02:00
.gitignore
.woodpecker.yml ci: publish to vieter arch-repos 2022-08-28 11:20:24 +02:00
LICENSE
Makefile Added PKGBUILD & CI pipeline for publishing 2022-03-05 10:28:01 +01:00
PKGBUILD ci: publish to vieter arch-repos 2022-08-28 11:20:24 +02:00
README
arg.h
config.def.h Applied patch dmenu-fuzzymatch-4.9 2022-03-05 10:47:28 +01:00
config.h Applied patch dmenu-fuzzymatch-4.9 2022-03-05 10:47:28 +01:00
config.mk Bumped version 2022-03-05 10:57:50 +01:00
dmenu.1 Applied patch dmenu-caseinsensitive-5.0 2022-03-05 10:42:28 +01:00
dmenu.c free all allocated items, use %zu for size_t 2022-10-19 17:40:28 +02:00
dmenu_path.sh
dmenu_run.sh
drw.c drw_text: improve performance when there's no match 2022-10-19 17:40:28 +02:00
drw.h introduce drw_fontset_getwidth_clamp() 2022-10-19 17:40:27 +02:00
stest.1
stest.c
util.c
util.h

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.