Try to add ibus support.

This commit is contained in:
2023-02-17 23:30:06 +09:00
parent 787a5c9956
commit 2f57c05a20
2 changed files with 13 additions and 6 deletions
+9 -2
View File
@@ -1,3 +1,10 @@
export GDK_SCALE=2
export XCURSOR_SIZE=16
Hyprland
export XCURSOR_SIZE=24
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export SDL_IM_MODULE=ibus
export GLFW_IM_MODULE=ibus
exec Hyprland
+4 -4
View File
@@ -42,10 +42,10 @@ in {
};
i18n = {
defaultLocale = "en_US.UTF-8";
#inputMethod = {
# enabled = "fcitx";
# fcitx.engines = with pkgs.fcitx-engines; [mozc];
#};
inputMethod = {
enabled = "ibus";
ibus.engines = with pkgs.ibus-engines; [ mozc ];
};
};
};
}