Personal dmenu build
Go to file
d13g0 710b98f2ac update 2024-03-20 17:00:05 -05:00
LICENSE Primer modificacion 2022-08-06 15:38:21 -05:00
Makefile update 2024-03-20 17:00:05 -05:00
README Primer modificacion 2022-08-06 15:38:21 -05:00
arg.h Primer modificacion 2022-08-06 15:38:21 -05:00
config.def.h Deleted center patch 2023-01-27 14:25:37 -05:00
config.mk update 2024-03-20 17:00:05 -05:00
dmenu.1 Deleted center patch 2023-01-27 14:25:37 -05:00
dmenu.c update 2024-03-20 17:00:05 -05:00
dmenu_path Primer modificacion 2022-08-06 15:38:21 -05:00
dmenu_run Primer modificacion 2022-08-06 15:38:21 -05:00
drw.c update 2024-03-20 17:00:05 -05:00
drw.h dmenu version update 2022-10-05 22:53:08 -05:00
stest.1 Primer modificacion 2022-08-06 15:38:21 -05:00
stest.c Primer modificacion 2022-08-06 15:38:21 -05:00
util.c dmenu version update 2022-10-05 22:53:08 -05:00
util.h update 2024-03-20 17:00:05 -05:00

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.