No description
  • C 83.2%
  • Roff 10%
  • Makefile 5.8%
  • Shell 1%
Find a file
Luca Bilke 366ced5765
All checks were successful
Update void-packages template / Update xbps-src template (push) Successful in 4s
update dmenu config.mk
2026-06-19 17:49:58 +02:00
.forgejo/workflows update flexipatches 2026-01-21 14:22:20 +01:00
patch update flexipatches 2026-01-21 14:22:20 +01:00
.renovaterc.json update renovate config 2024-05-19 00:04:01 +02:00
arg.h rework build process 2024-05-23 11:57:08 +02:00
config.def.h rework build process 2024-05-23 11:57:08 +02:00
config.h cleanup config.h 2026-06-19 17:41:59 +02:00
config.mk update dmenu config.mk 2026-06-19 17:49:58 +02:00
dmenu.1 update flexipatches 2026-06-19 16:44:48 +02:00
dmenu.c update flexipatches 2026-06-19 16:44:48 +02:00
dmenu_path rework build process 2024-05-23 11:57:08 +02:00
dmenu_run rework build process 2024-05-23 11:57:08 +02:00
drw.c update flexipatches 2026-01-21 14:22:20 +01:00
drw.h update flexipatches 2026-01-21 14:22:20 +01:00
LICENSE rework build process 2024-05-23 11:57:08 +02:00
Makefile rework build process 2024-05-23 11:57:08 +02:00
README rework build process 2024-05-23 11:57:08 +02:00
stest.1 rework build process 2024-05-23 11:57:08 +02:00
stest.c rework build process 2024-05-23 11:57:08 +02:00
util.c rework build process 2024-05-23 11:57:08 +02:00
util.h rework build process 2024-05-23 11:57:08 +02:00

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.