desktop-environment/dmenu
j4nk 8a1e70f6c6 Added slock 2023-08-21 09:23:49 -04:00
..
patches Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
.gitignore Added slock 2023-08-21 09:23:49 -04:00
LICENSE Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
Makefile Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
README Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
arg.h Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
config.def.h Fixed fonts to be same across the different apps 2023-04-09 10:43:53 -04:00
config.h Fixed fonts to be same across the different apps 2023-04-09 10:43:53 -04:00
config.mk Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
dmenu.1 Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
dmenu.c Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
dmenu_path Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
dmenu_run Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
drw.c Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
drw.h Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
stest.1 Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
stest.c Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
util.c Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04:00
util.h Added dmenu, modified dwm to fit 2023-04-09 10:05:29 -04: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.