Add ibus config
This commit is contained in:
parent
9005c9fc6e
commit
30c32e1436
1 changed files with 15 additions and 0 deletions
|
@ -23,4 +23,19 @@ in
|
|||
ExecStart = "${ibusPackage}/bin/ibus-daemon --xim";
|
||||
};
|
||||
};
|
||||
dconf.settings = {
|
||||
"desktop/ibus/general" = {
|
||||
engines-order = [ "xkb:de:neo:deu" "mozc-jp" ];
|
||||
preload-engines = [ "xkb:de:neo:deu" "mozc-jp" ];
|
||||
use-system-keyboard-layout = true;
|
||||
version = "1.5.26";
|
||||
};
|
||||
"desktop/ibus/panel" = {
|
||||
show = 0;
|
||||
use-glyph-from-engine-lang = true;
|
||||
};
|
||||
"desktop/ibus/emoji" = {
|
||||
hotkey = [ "<Control><Shift>e" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue