Disable screen blanking on console and X
This commit is contained in:
@@ -28,6 +28,10 @@ done
|
|||||||
xsetroot -solid '#111111'
|
xsetroot -solid '#111111'
|
||||||
xsetroot -xcf /usr/share/icons/breeze_cursors/cursors/watch 37
|
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
|
# volume icon in system tray. Can fail if no soundcard is detected
|
||||||
volumeicon &
|
volumeicon &
|
||||||
|
|
||||||
|
|||||||
@@ -38,3 +38,8 @@ export -f ll
|
|||||||
export -f l
|
export -f l
|
||||||
export -f apt-get
|
export -f apt-get
|
||||||
export -f apt
|
export -f apt
|
||||||
|
|
||||||
|
# disable screen blanking
|
||||||
|
setterm -blank 0
|
||||||
|
setterm -powerdown 0
|
||||||
|
setterm -powersave 0
|
||||||
|
|||||||
Reference in New Issue
Block a user