Custom rofi options for bemoji

This commit is contained in:
gardouille 2022-12-02 10:39:25 +01:00
parent 0bb4ff8782
commit 0196f51b32
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 8 additions and 0 deletions

8
zshenv
View File

@ -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
# }}}