My patched dmenu
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jean-Marie Mineau 02a8f4ac24
clean the repo
3 years ago
.gitignore clean the repo 3 years ago
LICENSE center patch 4 years ago
Makefile center patch 4 years ago
README center patch 4 years ago
arg.h center patch 4 years ago
config.def.h border patch 4 years ago
config.def.h.orig border patch 4 years ago
config.h border patch 4 years ago
config.mk center patch 4 years ago
dmenu-border-4.9.diff border patch 4 years ago
dmenu-center-20200111-8cd37e1.diff center patch 4 years ago
dmenu.1 center patch 4 years ago
dmenu.c border patch 4 years ago
dmenu.c.orig border patch 4 years ago
dmenu_path center patch 4 years ago
dmenu_run center patch 4 years ago
drw.c center patch 4 years ago
drw.h center patch 4 years ago
stest.1 center patch 4 years ago
stest.c center patch 4 years ago
util.c center patch 4 years ago
util.h center patch 4 years ago

README

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.