Files
dotfiles/autostart/20_screen.sh

10 lines
187 B
Bash
Raw Normal View History

2017-01-23 16:59:05 +01:00
#!/usr/bin/env bash
printf '%s\n' "execute xautorandr" >>"$LOGFILE"
xautorandr
printf '%s\n' "disable screen blanking" >>"$LOGFILE"
xset -dpms & &>> $LOGFILE
xset s off & &>> $LOGFILE