Disabled fcitx; was having issues with Toontown.
This commit is contained in:
parent
45ae40c04d
commit
9ceebe226f
6
home.nix
6
home.nix
|
|
@ -73,9 +73,9 @@ in
|
||||||
profileExtra = ''
|
profileExtra = ''
|
||||||
export VISUAL=nvim
|
export VISUAL=nvim
|
||||||
# Enable fcitx for sway
|
# Enable fcitx for sway
|
||||||
export GTK_IM_MODULE=fcitx
|
#export GTK_IM_MODULE=fcitx
|
||||||
export QT_IM_MODULE=fcitx
|
#export QT_IM_MODULE=fcitx
|
||||||
export XMODIFIERS=@im=fcitx
|
#export XMODIFIERS=@im=fcitx
|
||||||
# If running from tty1 start sway
|
# If running from tty1 start sway
|
||||||
[ "$(tty)" = "/dev/tty1" ] && exec sway
|
[ "$(tty)" = "/dev/tty1" ] && exec sway
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue