补充内容.
Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
parent
b1a9268cae
commit
fd527eca93
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue