Making dwm as beautiful as possible!
|
3 vuotta sitten | |
---|---|---|
chadwm | 3 vuotta sitten | |
eww | 3 vuotta sitten | |
fonts | 3 vuotta sitten | |
rofi | 3 vuotta sitten | |
scripts | 3 vuotta sitten | |
.Xresources | 3 vuotta sitten | |
.gitignore | 3 vuotta sitten | |
LICENSE | 4 vuotta sitten | |
README.md | 3 vuotta sitten | |
keyssheet.md | 3 vuotta sitten |
(empty workspaces have their color greyed out)
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