No description
Find a file
Luca Bilke f40ccea228
All checks were successful
Update void-packages template / Update xbps-src template (push) Successful in 4s
fix config.h
2026-01-21 14:24:56 +01: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 fix config.h 2026-01-21 14:24:56 +01:00
config.mk rework build process 2024-05-23 11:57:08 +02:00
dmenu.1 rework build process 2024-05-23 11:57:08 +02:00
dmenu.c update flexipatches 2026-01-21 14:22:20 +01: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.