home/fcitx5: use vertical candidate list
This commit is contained in:
parent
6057cf181d
commit
7019f82151
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@
|
|||
]);
|
||||
};
|
||||
|
||||
xdg.configFile."fcitx5/conf/classicui.conf".text = "Theme=Tokyonight-Storm";
|
||||
xdg.configFile."fcitx5/conf/classicui.conf".text = ''
|
||||
Theme=Tokyonight-Storm
|
||||
Vertical Candidate List=True
|
||||
'';
|
||||
home.sessionVariables = {
|
||||
"FCITX_NO_PREEDIT_APPS" = "gvim.*,wps.*,wpp.*,et.*,cinny,epiphany";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue