dotfiles/.suckless/st/dmenu
2025-06-05 09:30:06 +03:30
..
arg.h new rice and stuffs 2025-06-05 09:30:06 +03:30
config.def.h new rice and stuffs 2025-06-05 09:30:06 +03:30
config.h new rice and stuffs 2025-06-05 09:30:06 +03:30
config.mk new rice and stuffs 2025-06-05 09:30:06 +03:30
dmenu new rice and stuffs 2025-06-05 09:30:06 +03:30
dmenu.1 new rice and stuffs 2025-06-05 09:30:06 +03:30
dmenu.c new rice and stuffs 2025-06-05 09:30:06 +03:30
dmenu.o new rice and stuffs 2025-06-05 09:30:06 +03:30
dmenu_path new rice and stuffs 2025-06-05 09:30:06 +03:30
dmenu_run new rice and stuffs 2025-06-05 09:30:06 +03:30
drw.c new rice and stuffs 2025-06-05 09:30:06 +03:30
drw.h new rice and stuffs 2025-06-05 09:30:06 +03:30
drw.o new rice and stuffs 2025-06-05 09:30:06 +03:30
LICENSE new rice and stuffs 2025-06-05 09:30:06 +03:30
Makefile new rice and stuffs 2025-06-05 09:30:06 +03:30
README new rice and stuffs 2025-06-05 09:30:06 +03:30
stest new rice and stuffs 2025-06-05 09:30:06 +03:30
stest.1 new rice and stuffs 2025-06-05 09:30:06 +03:30
stest.c new rice and stuffs 2025-06-05 09:30:06 +03:30
stest.o new rice and stuffs 2025-06-05 09:30:06 +03:30
util.c new rice and stuffs 2025-06-05 09:30:06 +03:30
util.h new rice and stuffs 2025-06-05 09:30:06 +03:30
util.o new rice and stuffs 2025-06-05 09:30:06 +03:30

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.