dmenu_charinput/README
2021-03-15 09:41:21 +01:00

28 lines
543 B
Plaintext

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 } },