Go to file
kvj 86f1a1f51b Initial commit 2023-10-24 12:48:06 +02:00
LICENSE Initial commit 2023-10-24 12:48:06 +02:00
Makefile Initial commit 2023-10-24 12:48:06 +02:00
PKGBUILD Initial commit 2023-10-24 12:48:06 +02:00
README.md Initial commit 2023-10-24 12:48:06 +02:00
arg.h Initial commit 2023-10-24 12:48:06 +02:00
config.def.h Initial commit 2023-10-24 12:48:06 +02:00
config.h Initial commit 2023-10-24 12:48:06 +02:00
config.mk Initial commit 2023-10-24 12:48:06 +02:00
dmenu Initial commit 2023-10-24 12:48:06 +02:00
dmenu.1 Initial commit 2023-10-24 12:48:06 +02:00
dmenu.c Initial commit 2023-10-24 12:48:06 +02:00
dmenu.o Initial commit 2023-10-24 12:48:06 +02:00
dmenu_path Initial commit 2023-10-24 12:48:06 +02:00
dmenu_run Initial commit 2023-10-24 12:48:06 +02:00
drw.c Initial commit 2023-10-24 12:48:06 +02:00
drw.h Initial commit 2023-10-24 12:48:06 +02:00
drw.o Initial commit 2023-10-24 12:48:06 +02:00
stest Initial commit 2023-10-24 12:48:06 +02:00
stest.1 Initial commit 2023-10-24 12:48:06 +02:00
stest.c Initial commit 2023-10-24 12:48:06 +02:00
stest.o Initial commit 2023-10-24 12:48:06 +02:00
util.c Initial commit 2023-10-24 12:48:06 +02:00
util.h Initial commit 2023-10-24 12:48:06 +02:00
util.o Initial commit 2023-10-24 12:48:06 +02:00

README.md

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.

Patches

  • dmenu-center-20200111-8cd37e1.diff
  • dmenu-lineheight-4.9.diff
  • dmenu-password-4.7.diff
  • dmenu-rejectnomatch-4.7.diff
  • dmenu-preselect-20200513-db6093f.diff
  • dmenu-initialtext-4.7.diff
  • dmenu-highlight-4.9.diff
  • dmenu-incremental-20160702-3c91eed.diff
  • dmenu-dynamicoptions-20200526-01e2dfc7.diff