Update README.md
parent
3b07f57b1b
commit
0f0c9c319e
13
README.md
13
README.md
|
@ -1,2 +1,15 @@
|
|||
# i3-logs
|
||||
记录`debian bookworm + i3`从0开始配置的历险记。
|
||||
|
||||
## 基础安装
|
||||
|
||||
```bash
|
||||
sudo apt install i3 ly xserver-xorg picom polybar rofi feh
|
||||
```
|
||||
- `ly` 一个TUI形式的`display manager`
|
||||
- `i3` 平铺式窗口管理管理器
|
||||
- `xserver-xorg` X
|
||||
- `picom` 一个轻量的流行的特效合成器
|
||||
- `polybar` 状态栏
|
||||
- `rofi` 应用启动器
|
||||
- `feh` 壁纸设置器
|
||||
|
|
Loading…
Reference in New Issue