dmenu_charinput - unicode character selection menu ================================================== dmenu_charinput is a unicode character selection menu Requirements ------------ - dmenu - xclip - go 1.16+ Installation ------------ Enter the following command to build and install (if necessary as root): make clean install Key binding in dwm ------------------ Add something like this to your config.h static const char *charsearchcmd[] = { "dmenu_charinput", dmenumon, NULL }; { MODKEY, XK_e, spawn, {.v = charsearchcmd } },