mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-29 14:11:05 +02: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 SXHKD_SHELL="/usr/bin/bash"
|
||||||
export XCURSOR_THEME="breeze_cursors"
|
export XCURSOR_THEME="breeze_cursors"
|
||||||
export XDG_DATA_DIRS="/usr/share:/usr/share:/usr/local/share"
|
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 &
|
sxhkd &
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user