Personal fork of dmenu, a simple runner and dialog utility from Suckless
Go to file
2022-08-28 03:11:10 -07:00
patches Initial commit 2022-08-28 03:11:10 -07:00
.gitignore Initial commit 2022-08-28 03:11:10 -07:00
arg.h Initial commit 2022-08-28 03:11:10 -07:00
config.def.h Initial commit 2022-08-28 03:11:10 -07:00
config.def.mk Initial commit 2022-08-28 03:11:10 -07:00
dmenu_path Initial commit 2022-08-28 03:11:10 -07:00
dmenu_run Initial commit 2022-08-28 03:11:10 -07:00
dmenu.1 Initial commit 2022-08-28 03:11:10 -07:00
dmenu.c Initial commit 2022-08-28 03:11:10 -07:00
drw.c Initial commit 2022-08-28 03:11:10 -07:00
drw.h Initial commit 2022-08-28 03:11:10 -07:00
LICENSE Initial commit 2022-08-28 03:11:10 -07:00
Makefile Initial commit 2022-08-28 03:11:10 -07:00
README Initial commit 2022-08-28 03:11:10 -07:00
stest.1 Initial commit 2022-08-28 03:11:10 -07:00
stest.c Initial commit 2022-08-28 03:11:10 -07:00
util.c Initial commit 2022-08-28 03:11:10 -07:00
util.h Initial commit 2022-08-28 03:11:10 -07: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.