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.
This commit is contained in:
parent
369f945dd9
commit
69fe290dfa
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue