dotfiles/.suckless/dmenu
2025-05-30 00:26:18 +03:30
..
arg.h fixed dots 2025-05-30 00:26:18 +03:30
config.def.h fixed dots 2025-05-30 00:26:18 +03:30
config.h fixed dots 2025-05-30 00:26:18 +03:30
config.mk fixed dots 2025-05-30 00:26:18 +03:30
dmenu fixed dots 2025-05-30 00:26:18 +03:30
dmenu.1 fixed dots 2025-05-30 00:26:18 +03:30
dmenu.c fixed dots 2025-05-30 00:26:18 +03:30
dmenu.o fixed dots 2025-05-30 00:26:18 +03:30
dmenu_path fixed dots 2025-05-30 00:26:18 +03:30
dmenu_run fixed dots 2025-05-30 00:26:18 +03:30
drw.c fixed dots 2025-05-30 00:26:18 +03:30
drw.h fixed dots 2025-05-30 00:26:18 +03:30
drw.o fixed dots 2025-05-30 00:26:18 +03:30
LICENSE fixed dots 2025-05-30 00:26:18 +03:30
Makefile fixed dots 2025-05-30 00:26:18 +03:30
README fixed dots 2025-05-30 00:26:18 +03:30
stest fixed dots 2025-05-30 00:26:18 +03:30
stest.1 fixed dots 2025-05-30 00:26:18 +03:30
stest.c fixed dots 2025-05-30 00:26:18 +03:30
stest.o fixed dots 2025-05-30 00:26:18 +03:30
util.c fixed dots 2025-05-30 00:26:18 +03:30
util.h fixed dots 2025-05-30 00:26:18 +03:30
util.o fixed dots 2025-05-30 00:26:18 +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.