From 1cc0fe39eb35e27b8c11467e41f28812fa41c955 Mon Sep 17 00:00:00 2001 From: MeaTLoTioN Date: Tue, 31 Oct 2023 14:53:42 +0000 Subject: [PATCH] Update README.md with extra info on rofi and wofi --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83402b6..fae1d9c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,15 @@ 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. +Then change the `emojisfile` variable in `dmenuunicode`/`rofiunicode`/`wofiunicode` to the absolute location to the newly created emojis.txt file. Finally in your i3 config, add a key binding like this; +For **dmenu**: `bindsym $mod+grave exec --no-startup-id /path/to/i3-emojis/dmenuunicode` + +For **rofi**: +`bindsym $mod+grave exec --no-startup-id /path/to/i3-emojis/rofiunicode` + +For **wofi**: +`bindsym $mod+grave exec --no-startup-id /path/to/i3-emojis/wofiunicode`