diff --git a/X11/.xinitrc b/X11/.xinitrc new file mode 100644 index 0000000..fe74e56 --- /dev/null +++ b/X11/.xinitrc @@ -0,0 +1,11 @@ +init_startup +dwmblocks & +autorandr -c + +# Turn off auto screen off +xset -dpms +xset s off + +while true; do + dwm 2> ~/.dwm.log +done