My customized build of suckless' dmenu
  • C 83.5%
  • Roff 10.8%
  • Makefile 5.1%
  • Shell 0.6%
Find a file
2024-06-11 21:18:40 +02:00
patches Delete dmenu-allow-color-font-5.0.diff 2023-07-31 22:33:04 +02:00
arg.h Initial commit 2023-07-30 22:56:40 +02:00
config.def.h Initial commit 2023-07-30 22:56:40 +02:00
config.h Update font 2024-06-11 21:18:40 +02:00
config.mk Initial commit 2023-07-30 22:56:40 +02:00
dmenu.1 Initial commit 2023-07-30 22:56:40 +02:00
dmenu.c Add style/padding 2023-07-31 22:48:37 +02:00
dmenu_path Initial commit 2023-07-30 22:56:40 +02:00
dmenu_run Initial commit 2023-07-30 22:56:40 +02:00
drw.c Initial commit 2023-07-30 22:56:40 +02:00
drw.h Initial commit 2023-07-30 22:56:40 +02:00
LICENSE Initial commit 2023-07-30 22:56:40 +02:00
Makefile Initial commit 2023-07-30 22:56:40 +02:00
README Initial commit 2023-07-30 22:56:40 +02:00
stest.1 Initial commit 2023-07-30 22:56:40 +02:00
stest.c Initial commit 2023-07-30 22:56:40 +02:00
util.c Initial commit 2023-07-30 22:56:40 +02:00
util.h Initial commit 2023-07-30 22:56:40 +02: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.