slstatus, new texlive
[dotfiles.git] / x / .xinitrc
index 2822f41..f910dad 100755 (executable)
@@ -24,8 +24,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
 fi
 
 # status bar
-while true; do xsetroot -name "$(bar)"; sleep 1m; done &
+slstatus &
 
-#xrandr --setmonitor Presentation 3840/1040x1080/640+0+0 eDP1,HDMI1
-#xrandr --output eDP1 --mode 1920x1080 --output HDMI1 --mode 1920x1080 --right-of=eDP1
+# window manager
 while true; do dwm 1>/tmp/dwm.log 2>&1; done