mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-05 10:01:37 +01:00
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:
parent
9f769aec48
commit
0473e96ca8
@ -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 &
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user