Go to file
zcake 435becb953 change update 2021-05-13 21:30:53 +08:00
patches add -center- patch 2021-02-19 11:03:58 +08:00
.gitignore cleaning 2021-03-11 12:32:54 +08:00
LICENSE null 2020-10-14 13:40:48 +00:00
Makefile null 2020-10-14 13:40:48 +00:00
README.md reband 2021-04-18 05:06:36 +08:00
arg.h null 2020-10-14 13:40:48 +00:00
config.def.h add symbols patch 2021-02-10 11:58:14 +08:00
config.h change update 2021-05-13 21:30:53 +08:00
config.mk null 2020-10-14 16:20:51 +00:00
dmenu change update 2021-05-13 21:30:53 +08:00
dmenu.1 reband 2021-04-18 05:06:36 +08:00
dmenu.c reband 2021-04-18 05:06:36 +08:00
dmenu_path update 2021-03-08 23:32:10 +08:00
dmenu_run update 2021-03-08 23:32:10 +08:00
drw.c remov 2021-02-10 12:50:12 +08:00
drw.h remov 2021-02-10 12:50:12 +08:00
stest change update 2021-05-13 21:30:53 +08:00
stest.1 null 2020-10-14 13:40:48 +00:00
stest.c null 2020-10-14 13:40:48 +00:00
util.c null 2020-10-14 13:40:48 +00:00
util.h null 2020-10-14 13:40:48 +00:00

README.md

dmenu(eXkc build) - 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

# sudo make clean install

Running dmenu

See the man page for details.