Files
dotfiles/autostart/20_screen.sh

13 lines
272 B
Bash
Raw Normal View History

2017-01-23 16:59:05 +01:00
#!/usr/bin/env bash
printf '%s\n' "execute xautorandr" >>"$LOGFILE"
2018-02-03 23:02:34 +01:00
xautorandr &
printf '%s\n' "start compton" >>"$LOGFILE"
compton --backend glx --vsync opengl &
2017-01-23 16:59:05 +01:00
printf '%s\n' "disable screen blanking" >>"$LOGFILE"
xset -dpms & &>> $LOGFILE
xset s off & &>> $LOGFILE