Personal fork of dmenu, a simple runner and dialog utility from Suckless
Go to file
2023-09-02 23:08:54 -07:00
patches Initial commit 2022-08-28 03:11:10 -07:00
.gitignore Add PKGBUILD 2023-05-23 03:07:26 -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 Fix dmenu_run 2023-09-02 23:08:54 -07:00
dmenu_run Fix dmenu_run 2023-09-02 23:08:54 -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
PKGBUILD Add PKGBUILD 2023-05-23 03:07:26 -07:00
README.md Add PKGBUILD 2023-05-23 03:07:26 -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.