Making dwm as beautiful as possible!
|
il y a 3 ans | |
---|---|---|
chadwm | il y a 3 ans | |
eww | il y a 3 ans | |
fonts | il y a 4 ans | |
rofi | il y a 3 ans | |
scripts | il y a 3 ans | |
.Xresources | il y a 3 ans | |
.gitignore | il y a 3 ans | |
LICENSE | il y a 4 ans | |
README.md | il y a 3 ans | |
keyssheet.md | il y a 3 ans |
(empty workspaces have their color greyed out)
compile dwm :
cd ~/.config/chadwm/chadwm
sudo make install
autostart file is just an example one so it must be adjusted for your liking!
(.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