dotfiles/stuff/manual-programs/suckless/dmenu-5.2
iceyrazor 34ed301bed typical update of files 2025-02-11 15:48:30 -06:00
..
LICENSE reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
Makefile reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
README reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
arg.h reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
config.h reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
config.mk reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
dmenu typical update of files 2025-02-11 15:48:30 -06:00
dmenu.1 reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
dmenu.c reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
dmenu.o reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
dmenu_path typical update of files 2025-02-11 15:48:30 -06:00
dmenu_run typical update of files 2025-02-11 15:48:30 -06:00
drw.c reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
drw.h reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
drw.o reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
stest typical update of files 2025-02-11 15:48:30 -06:00
stest.1 reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
stest.c reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
stest.o reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
util.c reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
util.h reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06:00
util.o reinit 3. git reset --hard was not right. thanks ai 2024-11-24 04:50:59 -06: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.