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:
parent
d654c999b8
commit
9be6e9c11b
@ -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 ==========
|
||||
# =============================
|
||||
|
Loading…
Reference in New Issue
Block a user