From 0196f51b3229904cf58b33b9cbc6f89f8d346c72 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 2 Dec 2022 10:39:25 +0100 Subject: [PATCH] Custom rofi options for bemoji --- zshenv | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zshenv b/zshenv index 1adc81d..ff7943a 100644 --- a/zshenv +++ b/zshenv @@ -117,3 +117,11 @@ SSH_RSA_KEY="${HOME}/.ssh/id_rsa" GPG_PRIV_KEY="${HOME}/.gnupg/secring.gpg" GPG_TEST_FILE="${HOME}/.password-store/test" # }}} + +# Bemoji {{{ +# Emoji picker https://github.com/marty-oehme/bemoji +if [ $(command -v bemoji) ]; then + ## Set rofi options + export BEMOJI_PICKER_CMD="rofi -theme solarized_alternate -location 2 -p 🧐 -i -dmenu" +fi +# }}}