dwm-dynamicwindowmanager----------------------------dwmisanextremlyfast,small,anddynamicX11windowmanager.Requirements------------InordertobuilddwmyouneedtheXlibheaderfiles.Installation------------Editconfig.mktomatchyourlocalsetup.dwmisinstalledintothe/usr/localnamespacebydefault.Afterwardsenterthefollowingcommandtobuildandinstalldwm(ifnecessaryasroot):makecleaninstallRunningdwm-----------Addthefollowinglinetoyour.xinitrctostartdwmusingstartx:execdwmInordertoconnectdwmtoaspecificdisplay,makesurethattheDISPLAYenvironmentvariableissetcorrectly,e.g.:DISPLAY=foo.bar:1execdwmThiswillstartdwmondisplay:1ofthehostfoo.bar.Displayingstatusinfo----------------------Inordertodisplaystatusinfointhebar,youcandofollowingin.xinitrc:whiletruedoecho`date``uptime | sed 's/.*://; s/,//g'`sleep2done|dwmConfiguration-------------Theconfigurationofdwmisdonebycustomizingsourcecode,grepforCUSTOMIZEkeyword.