diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-05T14·29+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-05T14·29+0100 |
commit | 3f5cea53b0fe7aab780f70e858b2d29c08aa0a25 (patch) | |
tree | e7d179888a5e172d5c63e6bd921624e292a8858f /configs/.xsecurelockrc | |
parent | 61c6a502852374c59ae668ca20adef5131b30f09 (diff) |
Prefer ~/.local/share/static to ~/Dropbox/static
I would like to remove all dependencies on Dropbox.
Diffstat (limited to 'configs/.xsecurelockrc')
-rw-r--r-- | configs/.xsecurelockrc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/configs/.xsecurelockrc b/configs/.xsecurelockrc index be315ba1f2f8..101495c3ef0b 100644 --- a/configs/.xsecurelockrc +++ b/configs/.xsecurelockrc @@ -1,11 +1,5 @@ # Replace the gLinux penguin with a custom image. -XSECURELOCK_LOGO_IMAGE=~/Dropbox/static/pickle-rick.jpg - -# Enable this to remove the background imagery from the xsecurelock screen. -# XSECURELOCK_SAVER=saver_blank - -# Enable this to use the famous "Flying Toasters" screensaver. -# XSECURELOCK_SAVER=saver_xscreensaver +XSECURELOCK_LOGO_IMAGE=~/.local/share/static/pickle-rick.jpg # Turn this off on laptop (not on desktop). -XSECURELOCK_BLANK_DPMS_STATE=on \ No newline at end of file +XSECURELOCK_BLANK_DPMS_STATE=on |