Making dwm as beautiful as possible!
|
|
%!s(int64=3) %!d(string=hai) anos | |
|---|---|---|
| chadwm | %!s(int64=3) %!d(string=hai) anos | |
| eww | %!s(int64=3) %!d(string=hai) anos | |
| fonts | %!s(int64=4) %!d(string=hai) anos | |
| rofi | %!s(int64=4) %!d(string=hai) anos | |
| scripts | %!s(int64=3) %!d(string=hai) anos | |
| .Xresources | %!s(int64=3) %!d(string=hai) anos | |
| .gitignore | %!s(int64=3) %!d(string=hai) anos | |
| LICENSE | %!s(int64=4) %!d(string=hai) anos | |
| README.md | %!s(int64=3) %!d(string=hai) anos | |
| keyssheet.md | %!s(int64=4) %!d(string=hai) anos |
(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