Files
.dots/X11/.xinitrc
2021-01-11 23:56:51 +01:00

14 lines
141 B
Plaintext

init_startup
dwmblocks &
autorandr -c
# Turn off auto screen off
xset -dpms
xset s off
~/.fehbg
while true; do
dwm 2> ~/.dwm.log
done