My dmenu fork (dynamic menu) https://tools.suckless.org/dmenu/

roket1428 93a716cb10 Update to latest version & cleanup 3 年 前
LICENSE 3443e9b621 Update to latest version 3 年 前
Makefile 017f33edb7 initial 5 年 前
README.md ef18acef6a Readme updated 5 年 前
arg.h 017f33edb7 initial 5 年 前
config.h 3443e9b621 Update to latest version 3 年 前
config.mk 017f33edb7 initial 5 年 前
dmenu.1 017f33edb7 initial 5 年 前
dmenu.c 017f33edb7 initial 5 年 前
dmenu_path 786931e1aa Updates 3 年 前
dmenu_run 017f33edb7 initial 5 年 前
drw.c 3443e9b621 Update to latest version 3 年 前
drw.h 017f33edb7 initial 5 年 前
stest.1 017f33edb7 initial 5 年 前
stest.c 017f33edb7 initial 5 年 前
util.c 017f33edb7 initial 5 年 前
util.h 017f33edb7 initial 5 年 前

README.md

My dmenu fork (dynamic menu)

dmenu is an efficient dynamic menu for X.

Requirements

In order to build dmenu you need the Xlib header files.

Installtion

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 man page for details.