bscreensaver/bscreensaver.toml.example

21 lines
847 B
Plaintext
Raw Normal View History

2022-05-04 07:27:18 +00:00
# Config files are searched for in this order:
#
# $XDG_CONFIG_DIRS/bscreensaver/bscreensaver.toml
# $XDG_CONFIG_HOME/bscreensaver/bscreensaver.toml
#
# Settings specified in files later in the search path override
# settings from prior files. $XDG_CONFIG_DIRS (default /etc/xdg/) is a
# colon-separated list of directories, while $XDG_CONFIG_HOME (default
# $HOME/.config/) is a single directory.
# Lock the screen after this amount of time of no user activity
lock-timeout = "10m"
# Blank the screen this amount of time before locking (must be less
# than 'lock-timeout')
blank-before-locking = "1m"
# Backend to use for the unlock dialog. Current options: 'gtk3'
dialog-backend = "gtk3"
# Adds a 'New Login' button to the unlock dialog that will run the
# specified command when clicked
new-login-command = "dm-tool switch-to-greeter"