No description
  • C 84.5%
  • Roff 9.9%
  • Makefile 5%
  • Shell 0.6%
Find a file
2026-03-06 14:32:54 -06:00
.gitignore Added back scripts for running dmenu 2026-03-06 14:32:54 -06:00
arg.h Saved my dmenu config 2025-02-18 15:00:34 -06:00
config.def.h Saved my dmenu config 2025-02-18 15:00:34 -06:00
config.h Updated dmenu defaults to match my expectations 2026-03-06 14:27:56 -06:00
config.mk Saved my dmenu config 2025-02-18 15:00:34 -06:00
dmenu.1 Saved my dmenu config 2025-02-18 15:00:34 -06:00
dmenu.c Patched in centering 2025-02-24 19:53:28 -06:00
dmenu_path Added back scripts for running dmenu 2026-03-06 14:32:54 -06:00
dmenu_run Added back scripts for running dmenu 2026-03-06 14:32:54 -06:00
drw.c Saved my dmenu config 2025-02-18 15:00:34 -06:00
drw.h Saved my dmenu config 2025-02-18 15:00:34 -06:00
LICENSE Saved my dmenu config 2025-02-18 15:00:34 -06:00
Makefile Saved my dmenu config 2025-02-18 15:00:34 -06:00
README Saved my dmenu config 2025-02-18 15:00:34 -06:00
stest.1 Saved my dmenu config 2025-02-18 15:00:34 -06:00
stest.c Saved my dmenu config 2025-02-18 15:00:34 -06:00
util.c Saved my dmenu config 2025-02-18 15:00:34 -06:00
util.h Saved my dmenu config 2025-02-18 15:00:34 -06: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.