Go to file
gutmet 30cfda4a88 add LICENSE (GPLv2 !) 2021-03-15 13:09:33 +01:00
LICENSE add LICENSE (GPLv2 !) 2021-03-15 13:09:33 +01:00
Makefile init 2021-03-15 09:41:21 +01:00
README init 2021-03-15 09:41:21 +01:00
UnicodeData.txt init 2021-03-15 09:41:21 +01:00
dmenu_charinput init 2021-03-15 09:41:21 +01:00
unicodedata.go init 2021-03-15 09:41:21 +01:00

README

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