Disable screen blanking on console and X
parent
6edbe53252
commit
5a06b74174
|
|
@ -28,6 +28,10 @@ done
|
|||
xsetroot -solid '#111111'
|
||||
xsetroot -xcf /usr/share/icons/breeze_cursors/cursors/watch 37
|
||||
|
||||
# disable screen blanking
|
||||
xset s off
|
||||
xset -dpms
|
||||
|
||||
# volume icon in system tray. Can fail if no soundcard is detected
|
||||
volumeicon &
|
||||
|
||||
|
|
|
|||
|
|
@ -38,3 +38,8 @@ export -f ll
|
|||
export -f l
|
||||
export -f apt-get
|
||||
export -f apt
|
||||
|
||||
# disable screen blanking
|
||||
setterm -blank 0
|
||||
setterm -powerdown 0
|
||||
setterm -powersave 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue