Making dwm as beautiful as possible!
|
3 жил өмнө | |
---|---|---|
chadwm | 3 жил өмнө | |
eww | 3 жил өмнө | |
fonts | 3 жил өмнө | |
rofi | 3 жил өмнө | |
scripts | 3 жил өмнө | |
.Xresources | 3 жил өмнө | |
.gitignore | 3 жил өмнө | |
LICENSE | 4 жил өмнө | |
README.md | 3 жил өмнө | |
keyssheet.md | 3 жил өмнө |
(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