1
0
Fork
You've already forked dmenu
0
My build of dmenu
  • C 82.9%
  • Roff 10.4%
  • Makefile 5.4%
  • C++ 0.7%
  • Shell 0.6%
Find a file
2022年05月15日 11:31:03 +12:00
patches Re-downloaded the dmenu source code and patched in center and changed some settings 2022年02月26日 13:23:45 +13:00
.gitignore Added .gitignore and removed binaries 2022年05月15日 11:31:03 +12:00
arg.h Added my dmenu files 2021年11月04日 16:01:26 +13:00
config.def.h Re-downloaded the dmenu source code and patched in center and changed some settings 2022年02月26日 13:23:45 +13:00
config.mk Re-downloaded the dmenu source code and patched in center and changed some settings 2022年02月26日 13:23:45 +13:00
dmenu.1 Re-downloaded the dmenu source code and patched in center and changed some settings 2022年02月26日 13:23:45 +13:00
dmenu.c Re-downloaded the dmenu source code and patched in center and changed some settings 2022年02月26日 13:23:45 +13:00
dmenu_path Re-downloaded the dmenu source code and patched in center and changed some settings 2022年02月26日 13:23:45 +13:00
dmenu_run Re-downloaded the dmenu source code and patched in center and changed some settings 2022年02月26日 13:23:45 +13:00
drw.c Re-downloaded the dmenu source code and patched in center and changed some settings 2022年02月26日 13:23:45 +13:00
drw.h Added my dmenu files 2021年11月04日 16:01:26 +13:00
LICENSE Re-downloaded the dmenu source code and patched in center and changed some settings 2022年02月26日 13:23:45 +13:00
Makefile Added my dmenu files 2021年11月04日 16:01:26 +13:00
README Re-downloaded the dmenu source code and patched in center and changed some settings 2022年02月26日 13:23:45 +13:00
README.md Re-downloaded the dmenu source code and patched in center and changed some settings 2022年02月26日 13:23:45 +13:00
stest.1 Added my dmenu files 2021年11月04日 16:01:26 +13:00
stest.c Re-downloaded the dmenu source code and patched in center and changed some settings 2022年02月26日 13:23:45 +13:00
util.c Added my dmenu files 2021年11月04日 16:01:26 +13:00
util.h Added my dmenu files 2021年11月04日 16:01:26 +13:00

dmenu - dynamic menu

dmenu is an efficient dynamic menu for X.

Requirements

In order to build dmenu you need the Xlib header files.

My config also requires the JetBrains Mono font.

On Arch Linux, you can install that package with sudo pacman -S ttf-jetbrains-mono.

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.

My patches

My build has the following patches:

  • center