Making dwm as beautiful as possible!
|
vor 3 Jahren | |
---|---|---|
chadwm | vor 3 Jahren | |
eww | vor 3 Jahren | |
fonts | vor 4 Jahren | |
rofi | vor 3 Jahren | |
scripts | vor 3 Jahren | |
.Xresources | vor 3 Jahren | |
.gitignore | vor 3 Jahren | |
LICENSE | vor 4 Jahren | |
README.md | vor 3 Jahren | |
keyssheet.md | vor 3 Jahren |
(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