怎样使用 fcitx5-rime: Difference between revisions
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
export XMODIFIERS=@im=fcitx5 | export XMODIFIERS=@im=fcitx5 | ||
export QT_IM_MODULE=fcitx5 | export QT_IM_MODULE=fcitx5 | ||
</syntaxhighlight> | |||
<syntaxhighlight lang="bash" line> | |||
fcitx5-rime 改主题的方法: | |||
clone 任何主题 | |||
放进 themes 文件夹 | |||
应用它 | |||
将整个项目clone到本地: | |||
git clone https://github.com/thep0y/fcitx5-themes.git | |||
将想要使用的皮肤复制到该放的位置,以spring为例(下同): | |||
cd fcitx5-themes | |||
cp spring ~/.local/share/fcitx5/themes -r | |||
修改皮肤配置文件(若没有配置文件则自动创建): | |||
emacs ~/.config/fcitx5/conf/classicui.conf | |||
Theme=spring | |||
</syntaxhighlight> | </syntaxhighlight> | ||