From 9be6e9c11b24f1ce9a54728707e58341e9fde9ea Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 12 Apr 2022 14:30:53 -0400 Subject: [PATCH] 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. --- kitty/.config/kitty/kitty.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index cf33b14d..8efa047c 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -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 ========== # =============================