1
0
forked from extern/nix-config

kitty: Make fcitx ui work under wayland

This fixes an issue where kitty wasn't able to show the ui of fcitx
under wayland. By forcing x11 specifically, kitty now has reasonably
good support for fcitx under wayland.
This commit is contained in:
Donovan Glover 2022-04-12 14:30:53 -04:00
parent d654c999b8
commit 9be6e9c11b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -71,6 +71,9 @@ open_url_modifiers ctrl
# Open URLs with firefox
open_url_with /usr/bin/firefox
# Start kitty with x11 so we can see the fcitx input window
linux_display_server x11
# =============================
# ========== Spacing ==========
# =============================