Merge branch 'master' of github.com:dopefishh/dotfiles
[dotfiles.git] / x / .xinitrc
index 0132dab..f910dad 100755 (executable)
@@ -24,7 +24,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
 fi
 
 # status bar
-while true; do xsetroot -name "$(bar)"; sleep 1m; done &
+slstatus &
 
-# wm
+# window manager
 while true; do dwm 1>/tmp/dwm.log 2>&1; done