1. 装上需要的软件包
sudo pacman -S fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool fcitx5-rime
2. 装上 gnome-browser-connector,然后安装 kimpanel gnome extension,目的是让 fcitx 可以在 gnome 托盘图标里显示
sudo pacman -Sy gnome-browser-connector
https://extensions.gnome.org/extension/261/kimpanel/
3. 装上雾凇拼音
https://github.com/iDvel/rime-ice?tab=readme-ov-file
使用 AUR helper 安装 rime-ice-git 包即可。
# paru 默认会每次重新评估 pkgver,所以有新的提交时 paru 会自动更新,
# yay 默认未开启此功能,可以通过此命令开启
# yay -Y --devel --save
paru -S rime-ice-git
# yay -S rime-ice-git
推荐使用补丁的方式启用。
参考下面的配置示例,修改对应输入法框架用户目录(见下)中的 default.custom.yaml 文件
iBus 为 $HOME/.config/ibus/rime/
Fcitx5 为 $HOME/.local/share/fcitx5/rime/
default.custom.yaml
patch:
# 仅使用「雾凇拼音」的默认配置,配置此行即可
__include: rime_ice_suggestion:/
# 以下根据自己所需自行定义,仅做参考。
# 针对对应处方的定制条目,请使用 <recipe>.custom.yaml 中配置,例如 rime_ice.custom.yaml
__patch:
key_binder/bindings/+:
# 开启逗号句号翻页
- { when: paging, accept: comma, send: Page_Up }
- { when: has_menu, accept: period, send: Page_Down }
sudo pacman -S fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool fcitx5-rime
2. 装上 gnome-browser-connector,然后安装 kimpanel gnome extension,目的是让 fcitx 可以在 gnome 托盘图标里显示
sudo pacman -Sy gnome-browser-connector
https://extensions.gnome.org/extension/261/kimpanel/
3. 装上雾凇拼音
https://github.com/iDvel/rime-ice?tab=readme-ov-file
使用 AUR helper 安装 rime-ice-git 包即可。
# paru 默认会每次重新评估 pkgver,所以有新的提交时 paru 会自动更新,
# yay 默认未开启此功能,可以通过此命令开启
# yay -Y --devel --save
paru -S rime-ice-git
# yay -S rime-ice-git
推荐使用补丁的方式启用。
参考下面的配置示例,修改对应输入法框架用户目录(见下)中的 default.custom.yaml 文件
iBus 为 $HOME/.config/ibus/rime/
Fcitx5 为 $HOME/.local/share/fcitx5/rime/
default.custom.yaml
patch:
# 仅使用「雾凇拼音」的默认配置,配置此行即可
__include: rime_ice_suggestion:/
# 以下根据自己所需自行定义,仅做参考。
# 针对对应处方的定制条目,请使用 <recipe>.custom.yaml 中配置,例如 rime_ice.custom.yaml
__patch:
key_binder/bindings/+:
# 开启逗号句号翻页
- { when: paging, accept: comma, send: Page_Up }
- { when: has_menu, accept: period, send: Page_Down }
4. 一些配置,可以使用 fcitx5-configtool