Custom rofi options for bemoji
This commit is contained in:
parent
0bb4ff8782
commit
0196f51b32
8
zshenv
8
zshenv
|
@ -117,3 +117,11 @@ SSH_RSA_KEY="${HOME}/.ssh/id_rsa"
|
||||||
GPG_PRIV_KEY="${HOME}/.gnupg/secring.gpg"
|
GPG_PRIV_KEY="${HOME}/.gnupg/secring.gpg"
|
||||||
GPG_TEST_FILE="${HOME}/.password-store/test"
|
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
|
||||||
|
# }}}
|
||||||
|
|
Loading…
Reference in New Issue