补充 Gnome 的安装与配置。
Signed-off-by: Rick Chan <cy187lion@sina.com>
This commit is contained in:
parent
4401b2c5d7
commit
e9fb73d1c1
|
@ -154,6 +154,24 @@ pacman -S base-devel git gcc make cmake gdb python2 python3 go arm-none-eabi-gcc
|
||||||
pacman -S firewalld
|
pacman -S firewalld
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 安装 Gnome
|
||||||
|
|
||||||
|
使用下列命令安装 Gnome 并安装 Gnome 配置工具(gnome-tweaks):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pacman -S gnome gnome-extra gnome-tweaks chrome-gnome-shell gnome-shell-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
使用下列命令安装 Flatix 主题:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pacman -S flatix-theme
|
||||||
|
```
|
||||||
|
|
||||||
|
之后可在 gnome-tweaks 中更换主题。
|
||||||
|
|
||||||
|
访问 <https://extensions.gnome.org> 搜索 AlternateTab 扩展,在网页上安装浏览器插件后可在扩展的首页右上角看到开关按钮,点击打开就会自动安装,之后在 gnome-tweaks 可以找到该扩展,使能该扩展实现“仅在当前工作区中切换窗口”的功能。
|
||||||
|
|
||||||
### 安装 fcitx 输入法
|
### 安装 fcitx 输入法
|
||||||
|
|
||||||
输入以下命令安装 fcitx-im 默认安装全部软件,并安装 google 拼音输入法:
|
输入以下命令安装 fcitx-im 默认安装全部软件,并安装 google 拼音输入法:
|
||||||
|
|
Loading…
Reference in New Issue