美化 linux 桌面:chadwm 安装及使用
引言
效果展示
过程
安装
1 | git clone https://github.com/siduck/chadwm --depth 1 ~/.config/chadwm |
Run chadwm
With startx
1 | startx ~/.config/chadwm/scripts/run.sh |
With sx
1 | sx sh ~/.config/chadwm/scripts/run.sh |
Make an alias for this :v
1 | alias chadwm='startx ~/.config/chadwm/scripts/run.sh' |
With Display Manager
Create a desktop entry (make sure to change user with your user):
1 | sudo touch /usr/share/xsessions/chadwm.desktop |
1 | [Desktop Entry] |
结论
引用
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment