Noah's build of dmenu (a dynamic menu for X)

Luke Smith 96608c36b5 -r to restrict input to actual options il y a 5 ans
LICENSE 274d4f9a7b 4.9 update il y a 6 ans
Makefile 130844d491 make cleaner il y a 5 ans
README.md 96608c36b5 -r to restrict input to actual options il y a 5 ans
arg.h adfcb8e996 initial commit il y a 7 ans
config.h 88db983f2f default font sizes decreased il y a 5 ans
config.mk d1a3c6cd1f alpha patch for embedded in transparent st il y a 5 ans
dmenu.1 96608c36b5 -r to restrict input to actual options il y a 5 ans
dmenu.c 96608c36b5 -r to restrict input to actual options il y a 5 ans
dmenu_path 274d4f9a7b 4.9 update il y a 6 ans
dmenu_run adfcb8e996 initial commit il y a 7 ans
drw.c 58c2f959eb enable color characters il y a 5 ans
drw.h d1a3c6cd1f alpha patch for embedded in transparent st il y a 5 ans
stest.1 adfcb8e996 initial commit il y a 7 ans
stest.c adfcb8e996 initial commit il y a 7 ans
util.c adfcb8e996 initial commit il y a 7 ans
util.h adfcb8e996 initial commit il y a 7 ans

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 imput
  • -r to reject non-matching input
  • dmenu options are mouse clickable

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.