My patched dmenu
Go to file
Jean-Marie Mineau 02a8f4ac24
clean the repo
2021-04-28 14:41:47 +02:00
.gitignore clean the repo 2021-04-28 14:41:47 +02:00
arg.h center patch 2020-10-11 11:44:58 +02:00
config.def.h border patch 2020-10-11 11:49:31 +02:00
config.def.h.orig border patch 2020-10-11 11:49:31 +02:00
config.h border patch 2020-10-11 11:49:31 +02:00
config.mk center patch 2020-10-11 11:44:58 +02:00
dmenu-border-4.9.diff border patch 2020-10-11 11:49:31 +02:00
dmenu-center-20200111-8cd37e1.diff center patch 2020-10-11 11:44:58 +02:00
dmenu.1 center patch 2020-10-11 11:44:58 +02:00
dmenu.c border patch 2020-10-11 11:49:31 +02:00
dmenu.c.orig border patch 2020-10-11 11:49:31 +02:00
dmenu_path center patch 2020-10-11 11:44:58 +02:00
dmenu_run center patch 2020-10-11 11:44:58 +02:00
drw.c center patch 2020-10-11 11:44:58 +02:00
drw.h center patch 2020-10-11 11:44:58 +02:00
LICENSE center patch 2020-10-11 11:44:58 +02:00
Makefile center patch 2020-10-11 11:44:58 +02:00
README center patch 2020-10-11 11:44:58 +02:00
stest.1 center patch 2020-10-11 11:44:58 +02:00
stest.c center patch 2020-10-11 11:44:58 +02:00
util.c center patch 2020-10-11 11:44:58 +02:00
util.h center patch 2020-10-11 11:44:58 +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.