10 lines
141 B
Bash
Executable File
10 lines
141 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
log "execute xautorandr"
|
|
|
|
xautorandr
|
|
|
|
log "disable screen blanking"
|
|
xset -dpms & &>> $LOGFILE
|
|
xset s off & &>> $LOGFILE
|