No description
  • C 83.9%
  • Roff 10.5%
  • Makefile 4.8%
  • Shell 0.8%
Find a file
2025-10-03 22:33:54 +03:00
.gitignore gitignore 2021-06-25 00:01:55 +02:00
arg.h arg.h: fixed argv checks order 2016-02-23 00:31:03 +01:00
config.def.h colors update 2024-12-21 15:38:09 +02:00
config.mk Merge branch 'master' into patched 2025-08-10 17:48:22 +03:00
dmenu-caseinsensitive-5.0.diff apply case-insensitive patch 2021-06-25 00:06:33 +02:00
dmenu.1 Merge branch 'center' into patched 2023-03-01 13:02:13 +02:00
dmenu.c Merge branch 'master' into patched 2025-10-03 22:33:54 +03:00
dmenu_path make dmenu_path script executable 2019-02-12 22:13:58 +01:00
dmenu_run use j4-dmenu-desktop for dmenu_run 2022-05-21 19:21:34 +02:00
drw.c Merge branch 'master' into patched 2025-10-03 22:33:54 +03:00
drw.h Merge branch 'master' into patched 2025-09-29 12:54:26 +03:00
LICENSE bump version to 5.1 2022-02-11 12:26:35 +01:00
Makefile Merge branch 'master' into patched 2023-09-29 23:13:39 +03:00
README removed libdc dependence 2010-11-11 23:56:39 +00:00
stest.1 applied Martin Kühl's inverse matching flag to stest 2013-08-13 19:15:04 +02:00
stest.c remove always true condition in if statement 2021-07-25 10:55:45 +02:00
util.c util.c: output function might override errno and thus affect perror() 2024-10-27 20:08:46 +01:00
util.h Merge branch 'master' into patched 2023-07-08 02:24:55 +03: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.