Personal fork of dmenu, a simple runner and dialog utility from Suckless
Go to file
2023-02-21 14:12:32 -08:00
patches Initial commit 2022-08-28 03:11:10 -07:00
.gitignore Initial commit 2022-08-28 03:11:10 -07:00
arg.h Initial commit 2022-08-28 03:11:10 -07:00
config.def.h Update colors 2022-08-30 00:47:22 -07:00
config.def.mk Bump config.def.mk version 2023-02-21 14:12:32 -08:00
dmenu_path Change scripts to using '/bin/etc bash' 2022-08-28 22:39:58 -07:00
dmenu_run Change /bin/bash to /usr/bin/env bash 2022-08-30 00:48:19 -07:00
dmenu.1 Initial commit 2022-08-28 03:11:10 -07:00
dmenu.c Update to dmenu 5.2 2023-02-21 09:49:15 -08:00
drw.c Update to dmenu 5.2 2023-02-21 09:49:15 -08:00
drw.h Update to dmenu 5.2 2023-02-21 09:49:15 -08:00
LICENSE Initial commit 2022-08-28 03:11:10 -07:00
Makefile Auto-copy config.def.mk 2022-12-14 14:15:59 -08:00
README Initial commit 2022-08-28 03:11:10 -07:00
stest.1 Initial commit 2022-08-28 03:11:10 -07:00
stest.c Initial commit 2022-08-28 03:11:10 -07:00
util.c Update to dmenu 5.2 2023-02-21 09:49:15 -08:00
util.h Initial commit 2022-08-28 03:11:10 -07:00

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.