add bar, fix xinitrc, add vdirsyncer to imap and update config.h
[dotfiles.git] / x / .xinitrc
index dfabfa3..763a2b5 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+PATH=$PATH:~/.local/bin
 xautolock -locker ~/.local/bin/lock.sh &
 dunst &
 
@@ -12,4 +13,5 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
        unset f
 fi
 
-exec i3
+while true; do xsetroot -name "$(bar)"; sleep 1m; done &
+while true; do dwm >dwm.log 2>&1; done