Go to file
2023-04-14 23:02:52 -04:00
patches xresources patch 2023-01-04 22:46:02 -05:00
.gitignore Added git ignore file 2023-01-04 11:49:10 -05:00
arg.h initial commit 2023-01-02 23:40:31 -05:00
config.def.h set font - prevent small unicode icons 2023-04-14 23:02:52 -04:00
config.mk fuzzy match patch 2023-01-04 21:11:51 -05:00
dmenu_path initial commit 2023-01-02 23:40:31 -05:00
dmenu_run initial commit 2023-01-02 23:40:31 -05:00
dmenu.1 pre select patch 2023-01-04 21:47:17 -05:00
dmenu.c xresources patch 2023-01-04 22:46:02 -05:00
drw.c xresources patch 2023-01-04 22:46:02 -05:00
drw.h xresources patch 2023-01-04 22:46:02 -05:00
LICENSE initial commit 2023-01-02 23:40:31 -05:00
Makefile add config.h to make clean 2023-01-04 11:49:42 -05:00
README initial commit 2023-01-02 23:40:31 -05:00
stest.1 initial commit 2023-01-02 23:40:31 -05:00
stest.c initial commit 2023-01-02 23:40:31 -05:00
util.c initial commit 2023-01-02 23:40:31 -05:00
util.h initial commit 2023-01-02 23:40:31 -05: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.