add bar, fix xinitrc, add vdirsyncer to imap and update config.h
[dotfiles.git] / x / .xinitrc
index eda3c10..763a2b5 100755 (executable)
@@ -14,4 +14,4 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 fi
 
 while true; do xsetroot -name "$(bar)"; sleep 1m; done &
-while true; do dwm >/dev/null 2>&1; done
+while true; do dwm >dwm.log 2>&1; done