xinit_template: Don't set SXMO_LOCK_SCREEN_OFF=1 by default

This should be a better default as users of the previous C screenlock
may expect this funcionality to work ootb / this retains prior defaults.
master
Miles Alan 3 years ago
parent 369f945dd9
commit 69fe290dfa
  1. 3
      configs/appcfg/xinit_template

@ -52,7 +52,8 @@ command -v firefox && export BROWSER=firefox
# export TERMCMD="st -e"
# Immediately turn the screen off when locking the device
export SXMO_LOCK_SCREEN_OFF=1
# (e.g. disables blue led / screen on lock mode all together)
#export SXMO_LOCK_SCREEN_OFF=1
# Immediately suspend the phone when locking
#export SXMO_LOCK_SUSPEND=1

Loading…
Cancel
Save