Making dwm as beautiful as possible!
|
преди 3 години | |
---|---|---|
chadwm | преди 3 години | |
eww | преди 3 години | |
fonts | преди 4 години | |
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