dotfiles/suckless/dmenu
2025-07-12 05:28:27 +03:30
..
patch stuff before reinstall 2025-07-12 05:28:27 +03:30
arg.h readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
config.def.h stuff before reinstall 2025-07-12 05:28:27 +03:30
config.def.h.orig stuff before reinstall 2025-07-12 05:28:27 +03:30
config.h stuff before reinstall 2025-07-12 05:28:27 +03:30
config.mk readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
dmenu stuff before reinstall 2025-07-12 05:28:27 +03:30
dmenu.1 stuff before reinstall 2025-07-12 05:28:27 +03:30
dmenu.c stuff before reinstall 2025-07-12 05:28:27 +03:30
dmenu.c.orig stuff before reinstall 2025-07-12 05:28:27 +03:30
dmenu.c.rej stuff before reinstall 2025-07-12 05:28:27 +03:30
dmenu.o stuff before reinstall 2025-07-12 05:28:27 +03:30
dmenu_path readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
dmenu_run readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
drw.c readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
drw.h readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
drw.o readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
LICENSE readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
Makefile readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
README readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
stest readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
stest.1 readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
stest.c readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
stest.o readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
util.c readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
util.h readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
util.o readded dwm and added some more dots 2025-07-10 08:58:07 +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.