更新配置
parent
820771025f
commit
a60e5b9139
13
README.md
13
README.md
|
@ -8,10 +8,11 @@
|
||||||
## 基础安装
|
## 基础安装
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# sudo apt install i3 ly xserver-xorg picom polybar-git rofi feh pkexec dunst
|
# sudo apt install i3 ly xserver-xorg picom polybar-git rofi feh pkexec dunst picom
|
||||||
sudo apt install bspwm ly i3lock-color xserver-xorg picom polybar-git rofi feh pkexec dunst
|
sudo apt install bspwm ly i3lock-color xserver-xorg picom polybar-git rofi feh pkexec dunst picom
|
||||||
|
|
||||||
sudo apt install xsettingsd plank alacritty qt5-style-kvantum qt5ct thunar file-roller
|
sudo apt install xsettingsd plank alacritty qt5-style-kvantum qt5ct thunar file-roller flameshot-blur \
|
||||||
|
font-viewer network-manager-gnome crossover fcitx5
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,6 +25,7 @@ sudo apt install xsettingsd plank alacritty qt5-style-kvantum qt5ct thunar file-
|
||||||
- `polybar-git` 状态栏, 使用git版, 是为了自定义tray的位置。详见 PR[#2595](https://github.com/polybar/polybar/pull/2595)
|
- `polybar-git` 状态栏, 使用git版, 是为了自定义tray的位置。详见 PR[#2595](https://github.com/polybar/polybar/pull/2595)
|
||||||
- `rofi` 应用启动器
|
- `rofi` 应用启动器
|
||||||
- `feh` 壁纸设置器
|
- `feh` 壁纸设置器
|
||||||
|
- `picom` Xorg的一个合成器, 可以让窗口透明、阴影、模糊等效果
|
||||||
- `pkexec` polkit的东东, 权限认证用的。 安装之后, 普通用户打开需要root权限的应用时, 才能正常弹出授权弹窗。
|
- `pkexec` polkit的东东, 权限认证用的。 安装之后, 普通用户打开需要root权限的应用时, 才能正常弹出授权弹窗。
|
||||||
- `plank` 一个轻量的dock应用
|
- `plank` 一个轻量的dock应用
|
||||||
- `xsettingsd` 一个用来设置主题等的工具
|
- `xsettingsd` 一个用来设置主题等的工具
|
||||||
|
@ -31,6 +33,11 @@ sudo apt install xsettingsd plank alacritty qt5-style-kvantum qt5ct thunar file-
|
||||||
- `qt5-style-kvantum、qt5ct` 设置qt应用的主题的
|
- `qt5-style-kvantum、qt5ct` 设置qt应用的主题的
|
||||||
- `thunar` xfce家的文件管理器。(想要挂载网络共享盘, 如smb的, 还需要安装一个服务`gvfs-backends`)
|
- `thunar` xfce家的文件管理器。(想要挂载网络共享盘, 如smb的, 还需要安装一个服务`gvfs-backends`)
|
||||||
- `file-roller` gnome家的压缩软件, 很好用。
|
- `file-roller` gnome家的压缩软件, 很好用。
|
||||||
|
- `flameshot-blur` flameshot的精简版, 去除了部分不实用的功能, 并将模糊改为高斯模糊。
|
||||||
|
- `font-viewer` 字体查看器
|
||||||
|
- `network-manager-gnome` 管理管理器
|
||||||
|
- `crossover` 基于wine的一个商业版本。(价格不贵, 但是不付费也可以一直试用)
|
||||||
|
- `fcitx5` 小企鹅输入法
|
||||||
|
|
||||||
|
|
||||||
## 配套
|
## 配套
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
# 设置qt主题的管理为qt5ct
|
||||||
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||||
|
|
||||||
|
|
||||||
|
# export HTTP_PROXY="http://127.0.0.1:7890"
|
||||||
|
# export HTTPS_PROXY="http://127.0.0.1:7890"
|
||||||
|
# export ALL_PROXY="socks5://127.0.0.1:7890"
|
||||||
|
# export http_proxy="http://127.0.0.1:7890"
|
||||||
|
# export https_proxy="http://127.0.0.1:7890"
|
||||||
|
# export all_proxy="socks5://127.0.0.1:7890"
|
||||||
|
#
|
||||||
|
# export no_proxy="intel-nuc.local,localhost,127.0.0.1,::1"
|
Loading…
Reference in New Issue