From 19d163efb981685fc6232bd237a8b16f2342129d Mon Sep 17 00:00:00 2001 From: MeaTLoTioN Date: Thu, 21 Sep 2023 15:28:15 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 72725a2..83402b6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # i3-emojis emojis for your i3 + +# How do I use this? + +First of all you need to run `./populate_emojis.sh` to generate the `emojis.txt` file. +Then change the `emojisfile` variable in `dmenuunicode` to the absolute location to the newly created emojis.txt file. + +Finally in your i3 config, add a key binding like this; + +`bindsym $mod+grave exec --no-startup-id /path/to/i3-emojis/dmenuunicode`