--------------------------- Dynamic Window Manager v6.1 --------------------------- http://dwm.suckless.org/ http://git.suckless.org/dwm ------------- Customization ------------- The configuration of dwm is done by placing a custom config.h file into extracted source code and recompiling: http://dwm.suckless.org/customisation/ The config.h file used for this TC 6 build is located in dwm-doc.tcz and should be used as a template for the recompile. ------- Compile ------- tce-load -i compiletc squashfs-tools libX11-dev xorg-proto Xorg-7.7-dev ----- download and extract dwm-6.1.tar.bz2 ----- cd dwm-6.1 ---- edit config.mk: #FREETYPEINC = /usr/include/freetype2 FREETYPEINC = /usr/local/include/freetype2 ----- make ----- mkdir /tmp/dwm ----- sudo make DESTDIR=/tmp/dwm install ----- cd /tmp/dwm/usr/local ----- sudo rm -rf share/ ----- cd /tmp ----- sudo chown -R root:root /tmp/dwm ----- mksquashfs /tmp/dwm dwm.tcz ----- add dwm.tcz to onboot.lst, should be only or last window manager on list, reboot -----