Making dwm as beautiful as possible!
|
|
3 yıl önce | |
|---|---|---|
| chadwm | 3 yıl önce | |
| eww | 3 yıl önce | |
| fonts | 4 yıl önce | |
| rofi | 3 yıl önce | |
| scripts | 3 yıl önce | |
| .Xresources | 3 yıl önce | |
| .gitignore | 3 yıl önce | |
| LICENSE | 4 yıl önce | |
| README.md | 3 yıl önce | |
| keyssheet.md | 3 yıl önce |
(empty workspaces have their color greyed out)

(catppuccin theme)
(gruvbox material dark)git clone https://github.com/siduck/chadwm --depth 1
mv chadwm ~/.config
cd ~/.config/chadwm/chadwm
sudo make install
Run the autostart file from .xinitrc
(.xinitrc file)
#!/bin/sh
exec ~/.config/chadwm/scripts/./autostart
OR
Create a desktop entry
touch /usr/share/xsessions/chadwm.desktop
[Desktop Entry]
Name=chadwm
Comment=dwm made beautiful
Exec= ~/.config/chadwm/scripts/./autostart
Type=Application
You need to recompile dwm after every change you make in its src code
cd ~/.config/chadwm/chadwm
rm config.h
sudo make install