mirror of
git://git.suckless.org/dmenu
synced 2026-09-23 00:16:30 +01:00
I'm not sure if this can happen, but check it just in case: Maybe possible when: len = XmbLookupString(xic, ev, buf, sizeof buf, &ksym, &status); len == 0 and case XLookupChars would be executed on a keypress. Reported by: jb19357 <jb19357@protonmail.com> Who used Claude to write a report. I cannot reproduce this issue, but it seems logical.
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.
Languages
C
84%
Roff
10.4%
Makefile
5%
Shell
0.6%