Read-only mirror of dmenu

Alexander Rosenberg 61dd4993db Fix the last commit před 1 rokem
patches 957aec2e6e Initial commit před 2 roky
.gitignore 61dd4993db Fix the last commit před 1 rokem
LICENSE 957aec2e6e Initial commit před 2 roky
Makefile a3db67806d Auto-copy config.def.mk před 1 rokem
PKGBUILD d3c91e81bd Add PKGBUILD před 1 rokem
README.md d3c91e81bd Add PKGBUILD před 1 rokem
arg.h 957aec2e6e Initial commit před 2 roky
config.def.h 61dd4993db Fix the last commit před 1 rokem
config.def.mk 6150073949 Bump config.def.mk version před 1 rokem
dmenu.1 957aec2e6e Initial commit před 2 roky
dmenu.c a76a20ef1d Update to dmenu 5.2 před 1 rokem
dmenu_path 3c0a4e549f Fix dmenu_run před 1 rokem
dmenu_run 3c0a4e549f Fix dmenu_run před 1 rokem
drw.c a76a20ef1d Update to dmenu 5.2 před 1 rokem
drw.h a76a20ef1d Update to dmenu 5.2 před 1 rokem
stest.1 957aec2e6e Initial commit před 2 roky
stest.c 957aec2e6e Initial commit před 2 roky
util.c a76a20ef1d Update to dmenu 5.2 před 1 rokem
util.h 957aec2e6e Initial commit před 2 roky

README.md

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.