引言

效果展示

过程

安装

1
2
3
4
5
git clone https://github.com/siduck/chadwm --depth 1  ~/.config/chadwm
cd ~/.config/chadwm/
mv eww ~/.config
cd chadwm
sudo make install

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
2
3
4
5
[Desktop Entry]
Name=chadwm
Comment=dwm made beautiful
Exec=/home/user/.config/chadwm/scripts/./run.sh
Type=Application

结论

引用

  1. GitHub - siduck/chadwm: Making dwm as beautiful as possible!