home/fcitx5: use vertical candidate list

This commit is contained in:
Guanran Wang 2024-03-05 14:05:59 +08:00
parent 6057cf181d
commit 7019f82151
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -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 = { home.sessionVariables = {
"FCITX_NO_PREEDIT_APPS" = "gvim.*,wps.*,wpp.*,et.*,cinny,epiphany"; "FCITX_NO_PREEDIT_APPS" = "gvim.*,wps.*,wpp.*,et.*,cinny,epiphany";
}; };