Go to file
Santiago Lo Coco d2f18a78f7 Exclude cmds from the histogram 2022-07-21 09:06:21 -03:00
.gitignore Remove patches folder 2022-03-11 09:51:27 -03:00
LICENSE bump version to 5.1 2022-03-11 10:07:56 -03:00
Makefile Added dmenu_terminal (to launch cli programs) and dmenu_run_history (to sort by history the output of dmenu) 2021-08-19 17:44:37 -03:00
README.md Fix typos 2022-03-11 09:54:46 -03:00
arg.h arg.h: fixed argv checks order 2016-02-23 00:31:03 +01:00
config.def.h Added max_width option (-z) 2021-08-13 16:20:29 -03:00
config.mk bump version to 5.1 2022-03-11 10:07:56 -03:00
dmenu.1 Added max_width option (-z) 2021-08-13 16:20:29 -03:00
dmenu.c remove false-positive warning for int comparison as bool 2022-03-11 10:08:10 -03:00
dmenu_path make dmenu_path script executable 2019-02-12 22:13:58 +01:00
dmenu_run dmenu_run: Split cache logic to dmenu_path again 2012-07-30 17:02:12 +02:00
dmenu_run_history Exclude cmds from the histogram 2022-07-21 09:06:21 -03:00
dmenu_terminal Added dmenu_terminal 2021-08-13 15:11:27 -03:00
drw.c Revert "Improve speed of drw_text when provided with large strings" 2021-12-22 00:00:05 -03:00
drw.h import new drw from libsl and minor fixes. 2016-06-03 19:13:15 +02: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-08-13 15:20:04 -03:00
util.c die() on calloc failure 2016-11-05 11:36:42 +01:00
util.h import new drw from libsl and minor fixes. 2016-06-03 19:13:15 +02:00

README.md

cdmenu

Patched build of dmenu.

Table of contents

Requirements

In order to build dmenu you need the Xlib header files.

Installation

You need to run:

make clean install  

Usage

See the man page.

Patches

  • Border.
  • Case insensitive.
  • Center.

Contributing

PRs are welcome.

License

MIT