bspwm: Make fcitx work universally with exports

This improves the coverage of applications that take advantage of fcitx
under bspwm, such as anki.
This commit is contained in:
Donovan Glover 2022-03-08 11:20:39 -05:00
parent 9f769aec48
commit 0473e96ca8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -5,6 +5,9 @@
export SXHKD_SHELL="/usr/bin/bash"
export XCURSOR_THEME="breeze_cursors"
export XDG_DATA_DIRS="/usr/share:/usr/share:/usr/local/share"
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
sxhkd &