No description
Find a file
2024-12-13 23:23:41 -06:00
.gitignore patched new version 2024-04-27 15:51:08 -06:00
arg.h dmenu 2022-11-28 14:06:45 -06:00
config.def.h patched new version 2024-04-27 15:51:08 -06:00
config.h patched new version 2024-04-27 15:51:08 -06:00
config.mk patched new version 2024-04-27 15:51:08 -06:00
dmenu-5.3-tavo.diff new diff 2024-04-28 22:15:58 -06:00
dmenu-86f0b5119eaa39943013d009967432ffd9d18365-tavo.diff new 2024-12-13 23:23:41 -06:00
dmenu.1 patched new version 2024-04-27 15:51:08 -06:00
dmenu.c next with tab 2024-04-28 22:06:26 -06:00
dmenu_path dmenu 2022-11-28 14:06:45 -06:00
dmenu_run dmenu 2022-11-28 14:06:45 -06:00
drw.c patched new version 2024-04-27 15:51:08 -06:00
drw.h dmenu 2022-11-28 14:06:45 -06:00
LICENSE dmenu 2022-11-28 14:06:45 -06:00
Makefile patched new version 2024-04-27 15:51:08 -06:00
README patched new version 2024-04-27 15:51:08 -06:00
stest.1 dmenu 2022-11-28 14:06:45 -06:00
stest.c dmenu 2022-11-28 14:06:45 -06:00
util.c dmenu 2022-11-28 14:06:45 -06:00
util.h patched new version 2024-04-27 15:51:08 -06: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.