更新bspwm配置
parent
cc7d743077
commit
a0ecaca10f
|
@ -8,9 +8,10 @@
|
||||||
## 基础安装
|
## 基础安装
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# sudo apt install i3 ly xserver-xorg picom polybar-git rofi feh pkexec dunst picom
|
# sudo apt install i3 ly xserver-xorg picom polybar-git rofi feh xfce-polkit dunst picom
|
||||||
sudo apt install bspwm ly i3lock-color xserver-xorg picom polybar-git rofi feh pkexec dunst picom
|
sudo apt install bspwm ly i3lock-color xserver-xorg picom polybar-git rofi feh xfce-polkit dunst picom
|
||||||
|
|
||||||
|
# 一些实用的软件
|
||||||
sudo apt install xsettingsd plank alacritty qt5-style-kvantum qt5ct thunar file-roller flameshot-blur \
|
sudo apt install xsettingsd plank alacritty qt5-style-kvantum qt5ct thunar file-roller flameshot-blur \
|
||||||
font-viewer network-manager-gnome crossover fcitx5
|
font-viewer network-manager-gnome crossover fcitx5
|
||||||
```
|
```
|
||||||
|
@ -26,7 +27,7 @@ sudo apt install xsettingsd plank alacritty qt5-style-kvantum qt5ct thunar file-
|
||||||
- `rofi` 应用启动器
|
- `rofi` 应用启动器
|
||||||
- `feh` 壁纸设置器
|
- `feh` 壁纸设置器
|
||||||
- `picom` Xorg的一个合成器, 可以让窗口透明、阴影、模糊等效果
|
- `picom` Xorg的一个合成器, 可以让窗口透明、阴影、模糊等效果
|
||||||
- `pkexec` polkit的东东, 权限认证用的。 安装之后, 普通用户打开需要root权限的应用时, 才能正常弹出授权弹窗。
|
- `xfce-polkit` polkit的东东, 权限认证用的。 安装之后, 普通用户打开需要root权限的应用时, 才能正常弹出授权弹窗。
|
||||||
- `plank` 一个轻量的dock应用
|
- `plank` 一个轻量的dock应用
|
||||||
- `xsettingsd` 一个用来设置主题等的工具
|
- `xsettingsd` 一个用来设置主题等的工具
|
||||||
- `alacritty` 一个;rust开发的终端模拟器, 可以自行选择
|
- `alacritty` 一个;rust开发的终端模拟器, 可以自行选择
|
||||||
|
|
|
@ -79,6 +79,11 @@ xsetroot -cursor_name left_ptr
|
||||||
# 设置系统主题
|
# 设置系统主题
|
||||||
xsettingsd &
|
xsettingsd &
|
||||||
|
|
||||||
|
# 认证agent
|
||||||
|
if [[ ! "$(pidof xfce-polkit)" ]]; then
|
||||||
|
xfce-polkit &
|
||||||
|
fi
|
||||||
|
|
||||||
# 启动配套的服务
|
# 启动配套的服务
|
||||||
polybar main -r &
|
polybar main -r &
|
||||||
sxhkd &
|
sxhkd &
|
||||||
|
|
Loading…
Reference in New Issue