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