1
0
Fork 0
My dmenu build
Go to file
CronyAkatsuki 10dcddf14b Testing for kde. 2024-02-12 08:59:19 +01:00
.gitignore added .gitignore 2022-07-22 18:24:27 +02:00
FUNDING.yml Since dmenu is a part of LARBS, funding should be in here too. 2020-06-05 00:10:26 +02:00
LICENSE bump version to 5.0 2020-11-26 00:35:26 -08:00
Makefile make cleaner 2020-03-13 10:46:05 -04:00
README.md Updated README.md 2022-07-21 17:38:59 +02:00
arg.h initial commit 2018-04-07 14:51:10 -07:00
config.h Testing for kde. 2024-02-12 08:59:19 +01:00
config.mk bump version to 5.0 2020-11-26 00:35:26 -08:00
dmenu.1 added line height setting. 2022-07-21 17:31:35 +02:00
dmenu.c added items count. 2022-07-21 17:35:07 +02:00
dmenu_path make dmenu_path script executable 2020-11-26 00:34:52 -08:00
dmenu_run initial commit 2018-04-07 14:51:10 -07:00
drw.c fix allow color font 2022-05-25 13:25:16 +02:00
drw.h alpha patch for embedded in transparent st 2020-02-08 15:27:02 -05:00
stest.1 initial commit 2018-04-07 14:51:10 -07:00
stest.c initial commit 2018-04-07 14:51:10 -07:00
util.c initial commit 2018-04-07 14:51:10 -07:00
util.h initial commit 2018-04-07 14:51:10 -07:00

README.md

Luke's dmenu

Extra stuff added to vanilla dmenu:

  • reads Xresources (ergo pywal compatible)
  • alpha patch, which importantly allows this build to be embedded in transparent st
  • can view color characters like emoji (libxft-bgra is required for this reason)
  • -P for password mode: hide user input
  • -r to reject non-matching input
  • dmenu options are mouse clickable

Crony's additions

Extra stuff added in my build on top of luke's additions:

  • extented numpad keys support
  • line height with -h option
  • item count in the right corner of dmenu

Installation

You must have libxft-bgra installed until the libxft upstream is fixed.

After making any config changes that you want, but make, sudo make install it.