Fix autostart
This commit is contained in:
9
autostart/20_screen.sh
Executable file
9
autostart/20_screen.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user