更新bspwm配置

master
yutent 2023-07-10 05:55:27 +00:00
parent cc7d743077
commit a0ecaca10f
2 changed files with 10 additions and 4 deletions

View File

@ -8,11 +8,12 @@
## 基础安装
```bash
# 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 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 xfce-polkit dunst picom
# 一些实用的软件
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` 应用启动器
- `feh` 壁纸设置器
- `picom` Xorg的一个合成器, 可以让窗口透明、阴影、模糊等效果
- `pkexec` polkit的东东, 权限认证用的。 安装之后, 普通用户打开需要root权限的应用时, 才能正常弹出授权弹窗。
- `xfce-polkit` polkit的东东, 权限认证用的。 安装之后, 普通用户打开需要root权限的应用时, 才能正常弹出授权弹窗。
- `plank` 一个轻量的dock应用
- `xsettingsd` 一个用来设置主题等的工具
- `alacritty` 一个;rust开发的终端模拟器, 可以自行选择

View File

@ -79,6 +79,11 @@ xsetroot -cursor_name left_ptr
# 设置系统主题
xsettingsd &
# 认证agent
if [[ ! "$(pidof xfce-polkit)" ]]; then
xfce-polkit &
fi
# 启动配套的服务
polybar main -r &
sxhkd &