An open API service indexing awesome lists of open source software.

https://github.com/mrdotx/dmenu

build of the suckless dmenu with scripts for bookmarks, calc, display, xrandr, iptv, pass, screenshot, shortcuts, unicode symbols, windows, youtube and patches for alpha, border, center, highlight, line height, numbers, reject no match, symbols, xresources
https://github.com/mrdotx/dmenu

alpha bookmarks calculator center display emoji highlight iptv lineheight numbers pass patches screenshot scripts shortcuts symbols unicode windows xresources youtube

Last synced: 2 days ago
JSON representation

build of the suckless dmenu with scripts for bookmarks, calc, display, xrandr, iptv, pass, screenshot, shortcuts, unicode symbols, windows, youtube and patches for alpha, border, center, highlight, line height, numbers, reject no match, symbols, xresources

Awesome Lists containing this project

README

          

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.

Version
-------
5.4

Patches
-------
dmenu-borderoption-20200217-bf60a1e.diff
dmenu-alpha-20210605-1a13d04.diff
dmenu-highlight-20201211-fcdc159.diff
dmenu-center-20200111-8cd37e1.diff
dmenu-lineheight-5.0.diff
dmenu-mousesupport-5.3.diff
dmenu-mousesupport-motion-5.2.diff
dmenu-symbols-4.9.diff
dmenu-numbers-4.9.diff
dmenu-rejectnomatch-4.7.diff
dmenu-xresources-alt-5.0.diff

Last implemented commit
-----------------------
2026-01-28 14:57 add -of and -ob arguments for outline colors options for multi-selection Julien Addé