rice/dmenu
2022-01-07 20:09:50 +02:00
..
patches Update config and add custom DWM status script 2022-01-07 20:09:50 +02:00
arg.h add dmenu rice and remove icons 2021-02-28 11:37:24 +02:00
config.def.h Update config and add custom DWM status script 2022-01-07 20:09:50 +02:00
config.h Update config and add custom DWM status script 2022-01-07 20:09:50 +02:00
config.mk add dmenu rice and remove icons 2021-02-28 11:37:24 +02:00
dmenu Update config and add custom DWM status script 2022-01-07 20:09:50 +02:00
dmenu.1 Update with latest config 2021-11-10 01:00:35 +02:00
dmenu.c Update with latest config 2021-11-10 01:00:35 +02:00
dmenu_path add dmenu rice and remove icons 2021-02-28 11:37:24 +02:00
dmenu_run add dmenu rice and remove icons 2021-02-28 11:37:24 +02:00
drw.c add dmenu rice and remove icons 2021-02-28 11:37:24 +02:00
drw.h add dmenu rice and remove icons 2021-02-28 11:37:24 +02:00
LICENSE add dmenu rice and remove icons 2021-02-28 11:37:24 +02:00
Makefile add dmenu rice and remove icons 2021-02-28 11:37:24 +02:00
README add dmenu rice and remove icons 2021-02-28 11:37:24 +02:00
stest Update config and add custom DWM status script 2022-01-07 20:09:50 +02:00
stest.1 add dmenu rice and remove icons 2021-02-28 11:37:24 +02:00
stest.c add dmenu rice and remove icons 2021-02-28 11:37:24 +02:00
util.c add dmenu rice and remove icons 2021-02-28 11:37:24 +02:00
util.h add dmenu rice and remove icons 2021-02-28 11:37:24 +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.