dotfiles/_suckless/dmenu
2022-03-27 11:53:33 +02:00
..
patches Center patch for dmenu. 2021-10-20 10:20:38 +02:00
arg.h Desktop section. 2021-06-19 15:05:17 +02:00
config.def.h Center patch for dmenu. 2021-10-20 10:20:38 +02:00
config.h Font size, backlight works again. 2022-03-27 11:53:33 +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 Center patch for dmenu. 2021-10-20 10:20:38 +02:00
dmenu.c Center patch for dmenu. 2021-10-20 10:20:38 +02:00
drw.c Fix color emoji in dmenu. 2021-10-08 23:50:32 +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.