forked from extern/nix-config
hyprland: Add fcitx5 support
This works surprisingly well and actually seems less buggy (if at all) than fcitx5 under Sway based on my testing.
This commit is contained in:
parent
56ba2633cb
commit
e9d998c9bc
@ -15,12 +15,18 @@ monitor=,preferred,auto,auto
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
exec-once = fcitx5
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
env = GTK_IM_MODULE,fcitx
|
||||
env = QT_IM_MODULE,fcitx
|
||||
env = XMODIFIERS,@im=fcitx
|
||||
env = SDL_IM_MODULE,fcitx
|
||||
env = GLFW_IM_MODULE,ibus
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
|
Loading…
Reference in New Issue
Block a user