fix tearing and showing desktop
This commit is contained in:
parent
705c7eefa1
commit
57c5666b0c
|
@ -8,7 +8,8 @@ export XSECURELOCK_DATETIME_FORMAT="%d.%m.%Y %H:%M"
|
|||
export XSECURELOCK_PASSWORD_PROMPT="time_hex"
|
||||
export XSECURELOCK_AUTH_TIMEOUT=10
|
||||
export XSECURELOCK_SHOW_DATETIME=1
|
||||
export XSECURELOCK_COMPOSITE_OBSCURER=0
|
||||
# export XSECURELOCK_COMPOSITE_OBSCURER=0
|
||||
export XSECURELOCK_NO_COMPOSITE=1
|
||||
[ -r "/usr/libexec/xscreensaver/cubicgrid" ] && export XSECURELOCK_SAVER="/usr/libexec/xscreensaver/cubicgrid"
|
||||
[ -r "/usr/lib/xscreensaver/cubicgrid" ] && export XSECURELOCK_SAVER="/usr/lib/xscreensaver/cubicgrid"
|
||||
export XSECURELOCK_SHOW_DATETIME=1
|
||||
|
|
Loading…
Reference in New Issue