My patched dmenu
Go to file
yosh 87018cf8ea update README 2023-07-06 19:10:29 -05:00
.gitignore use .gitignore, add complete_patch 2022-10-26 15:04:35 -04:00
COMPLETE_PATCH.diff use .gitignore, add complete_patch 2022-10-26 15:04:35 -04:00
LICENSE bump version to 5.1 2022-02-11 12:26:35 +01:00
Makefile Makefile: just show the compiler output 2018-06-02 17:09:01 +02:00
README.md update README 2023-07-06 19:10:29 -05:00
arg.h arg.h: fixed argv checks order 2016-02-23 00:31:03 +01:00
config.def.h Postfix + Customization 2022-09-20 01:11:34 -04:00
config.mk Merge remote-tracking branch 'origin' into patched 2022-10-13 12:30:37 -04:00
dmenu.1 Postfix + Customization 2022-09-20 01:11:34 -04:00
dmenu.c fix alpha not working correctly 2023-06-23 20:00:24 -05:00
dmenu_path make dmenu_path script executable 2019-02-12 22:13:58 +01:00
dmenu_run use word splitting in dmenu_run 2022-10-03 14:18:26 -04:00
drw.c 01_alpha 2022-09-18 19:57:20 -04:00
drw.h 01_alpha 2022-09-18 19:57:20 -04:00
stest.1 applied Martin Kühl's inverse matching flag to stest 2013-08-13 19:15:04 +02:00
stest.c remove always true condition in if statement 2021-07-25 10:55:45 +02:00
util.c sync code-style patch from libsl 2022-08-08 10:42:54 +02:00
util.h import new drw from libsl and minor fixes. 2016-06-03 19:13:15 +02:00

README.md

dmenu - dynamic menu

dmenu is an efficient dynamic menu for X.

Notice

I no longer use dmenu in favor of my own script, fzfmenu. As such, this will no longer be maintained with upstream dmenu code. Nonetheless, since dmenu changes very little and very slowly, you may still find it useful.

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.

My patches

the source code of my build implements the following patches:

in addition, the COMPLETE_PATCH.diff file is one big patch file containing all of these patches, along with my post-patching bugfixing, and customization, for anyone to apply to the base dmenu source code. honestly I don't really know what the use for this would be, but it's there unfortunately, due to the amount of post-editing and bugfixing I did, it would be unviable to distribute each of these patches individually