1
0
Fork
You've already forked dmenu
0
my dmenu build
  • C 84.1%
  • Roff 10%
  • Makefile 5.3%
  • Shell 0.6%
2023年11月22日 21:13:48 +01:00
arg.h initial commit 2023年07月31日 13:52:35 +02:00
config.def.h initial commit 2023年07月31日 13:52:35 +02:00
config.h Iosevka font name changed 2023年11月22日 21:13:48 +01:00
config.mk initial commit 2023年07月31日 13:52:35 +02:00
dmenu.1 initial commit 2023年07月31日 13:52:35 +02:00
dmenu.c initial commit 2023年07月31日 13:52:35 +02:00
dmenu.o Changed Font 2023年11月20日 12:41:24 +01:00
dmenu_path initial commit 2023年07月31日 13:52:35 +02:00
dmenu_run initial commit 2023年07月31日 13:52:35 +02:00
drw.c initial commit 2023年07月31日 13:52:35 +02:00
drw.h initial commit 2023年07月31日 13:52:35 +02:00
drw.o Changed Font 2023年11月20日 12:41:24 +01:00
LICENSE initial commit 2023年07月31日 13:52:35 +02:00
Makefile initial commit 2023年07月31日 13:52:35 +02:00
README.md initial commit 2023年07月31日 13:52:35 +02:00
stest Changed Font 2023年11月20日 12:41:24 +01:00
stest.1 initial commit 2023年07月31日 13:52:35 +02:00
stest.c initial commit 2023年07月31日 13:52:35 +02:00
stest.o Changed Font 2023年11月20日 12:41:24 +01:00
util.c initial commit 2023年07月31日 13:52:35 +02:00
util.h initial commit 2023年07月31日 13:52:35 +02:00
util.o Changed Font 2023年11月20日 12:41:24 +01: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.