mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-24 11:41:24 +02:00
bspwm: Make fcitx work with kitty
Note that although it's possible to make fcitx work with alacritty as well, the current implementation doesn't show what you're typing as you're typing it, which is inconvenient. Because of this, I recommend using kitty in all cases if switching input methods is important for your use case. kitty also has the advantage of image preview support on both xorg and wayland, since ueberzug does not have wayland support. Note that I previously set up a working environment with ibus-mozc which, although was cool (and better than ibus-anthy), did not offer all the benefits that fcitx provides. Now that I figured out how to make fcitx work on both xorg and wayland, as well as in applications like anki, this is my preferred input method for personal systems.
This commit is contained in:
parent
5fa1a0ddb9
commit
4a58768b9e
@ -8,6 +8,7 @@ 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
|
||||
export GLFW_IM_MODULE=ibus
|
||||
|
||||
sxhkd &
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user