补充内容.

Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
chen.yang 2021-09-09 22:21:23 +08:00
parent b1a9268cae
commit fd527eca93
1 changed files with 3 additions and 0 deletions

View File

@ -326,6 +326,7 @@ alias l='ls -CF'
```bash
pacman -S fcitx-im fcitx-configtool fcitx-googlepinyin
yaourt -S fcitx-sogoupinyin
```
默认会自动运行 fictx 程序,如果该程序没有自动启动,则运行下列命令:
@ -334,6 +335,8 @@ pacman -S fcitx-im fcitx-configtool fcitx-googlepinyin
cp /etc/xdg/autostart/fcitx-autostart.desktop ~/.config/autostart/
```
或在 gnome-tweaks->Startup Applications 中添加“Fcitx”。
添加如下代码到 ~/.xprofile如果该文件不存在则创建一份。
```ini