From fd527eca93032c1547097a77119c315b2afbb9fd Mon Sep 17 00:00:00 2001 From: "chen.yang" Date: Thu, 9 Sep 2021 22:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=86=85=E5=AE=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chen.yang --- Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md b/Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md index 81104d0..68d3c9f 100644 --- a/Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md +++ b/Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md @@ -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