1
0
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:
Donovan Glover 2023-04-11 15:06:46 -04:00
parent 56ba2633cb
commit e9d998c9bc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -15,12 +15,18 @@ monitor=,preferred,auto,auto
# Execute your favorite apps at launch # Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox # exec-once = waybar & hyprpaper & firefox
exec-once = fcitx5
# Source a file (multi-file configs) # Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf # source = ~/.config/hypr/myColors.conf
# Some default env vars. # Some default env vars.
env = XCURSOR_SIZE,24 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/ # For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input { input {