mirror of
https://github.com/zoriya/flake.git
synced 2026-06-07 12:25:59 +00:00
Try to add ibus support.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
export GDK_SCALE=2
|
export GDK_SCALE=2
|
||||||
export XCURSOR_SIZE=16
|
export XCURSOR_SIZE=24
|
||||||
Hyprland
|
|
||||||
|
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
|
||||||
|
|||||||
@@ -42,10 +42,10 @@ in {
|
|||||||
};
|
};
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "en_US.UTF-8";
|
defaultLocale = "en_US.UTF-8";
|
||||||
#inputMethod = {
|
inputMethod = {
|
||||||
# enabled = "fcitx";
|
enabled = "ibus";
|
||||||
# fcitx.engines = with pkgs.fcitx-engines; [mozc];
|
ibus.engines = with pkgs.ibus-engines; [ mozc ];
|
||||||
#};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user