6 # At the start of zavai
9 echo 30 > ~/.zavai/blank-timeout
11 # When setting the display to always on
15 echo 0 > ~/.zavai/blank-timeout
17 # When locking the screen with the backlight allowed to fade
21 echo 5 > ~/.zavai/blank-timeout
23 # Temporarily turn on (for example, to read the time)
26 xset dpms 0 0 `cat ~/.zavai/blank-timeout`
31 echo 30 > ~/.zavai/blank-timeout
34 echo "Invalid option '$1'." >&2