all repos — dmenu @ master

my build of dmenu

9260cb71
add linehight patch
Prithu Goswami pg@prithu.dev
Sun, 19 Dec 2021 19:42:15 +0530
d78ff08d
Revert "Improve speed of drw_text when provided with large strings"

This reverts commit c585e8e498ec6f9c423ab8ea07cf853ee5b05fbe.

It causes issues with truncation of characters when the text does not fit and
so on.  The patch should be reworked and properly tested.
Hiltjo Posthuma hiltjo@codemadness.org
Fri, 20 Aug 2021 23:05:53 +0200
cd2133a5
add support for more keypad keys

The keypad Enter key was already supported. On some keyboard layouts like my
laptop the page-up and page-down key is more comfortable to use.
This adds a few lines but no complexity.
Hiltjo Posthuma hiltjo@codemadness.org
Mon, 09 Aug 2021 18:39:25 +0200
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.
clone
git clone https://git.prithu.dev/dmenu