3 # At the start of zavai
6 echo 30 > ~/.zavai/blank-timeout
8 # When setting the display to always on
12 echo 0 > ~/.zavai/blank-timeout
14 # When locking the screen with the backlight allowed to fade
18 echo 5 > ~/.zavai/blank-timeout
20 # Temporarily turn on (for example, to read the time)
23 xset dpms 0 0 `cat ~/.zavai/blank-timeout`
28 echo 30 > ~/.zavai/blank-timeout
31 echo "Invalid option '$1'." >&2