My build of dwm
xorg-server xorg-xinit libx11 libxinerama libxft webkit2gtk
for the noobs who need this:
git clone https://github.com/RisuSofos/dwm
cd dwm
sudo make clean install
append the following to .xinitrc
and disable other window managers/desktops
nitrogen --restore &
xcompmgr &
exec dwm
add startx
to .bash_profile
###Coming Soon