dotfiles/_suckless/dmenu
2021-08-29 16:58:09 +02:00
..
patches Proper border patch for dmenu. 2021-08-29 16:58:09 +02:00
arg.h Desktop section. 2021-06-19 15:05:17 +02:00
config.def.h Proper border patch for dmenu. 2021-08-29 16:58:09 +02:00
config.h Proper border patch for dmenu. 2021-08-29 16:58:09 +02:00
config.mk Desktop section. 2021-06-19 15:05:17 +02:00
dmenu_path Desktop section. 2021-06-19 15:05:17 +02:00
dmenu_run Desktop section. 2021-06-19 15:05:17 +02:00
dmenu.1 Desktop section. 2021-06-19 15:05:17 +02:00
dmenu.c Proper border patch for dmenu. 2021-08-29 16:58:09 +02:00
drw.c Proper border patch for dmenu. 2021-08-29 16:58:09 +02:00
drw.h Desktop section. 2021-06-19 15:05:17 +02:00
LICENSE Desktop section. 2021-06-19 15:05:17 +02:00
Makefile Desktop section. 2021-06-19 15:05:17 +02:00
README Desktop section. 2021-06-19 15:05:17 +02:00
stest.1 Desktop section. 2021-06-19 15:05:17 +02:00
stest.c Proper border patch for dmenu. 2021-08-29 16:58:09 +02:00
util.c Desktop section. 2021-06-19 15:05:17 +02:00
util.h Desktop section. 2021-06-19 15:05:17 +02: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.