mirror of
git://git.suckless.org/dmenu
synced 2026-09-23 00:16:30 +01:00
This can happen if dmenu is run with Xinerama enabled and no screens are detected. Also fallback to the first screen if there is no intersection of the root pointer to the screens found. 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%