Disabled fcitx; was having issues with Toontown.

This commit is contained in:
vorboyvo 2024-04-02 13:46:59 -04:00
parent 45ae40c04d
commit 9ceebe226f

View file

@ -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
''; '';