diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-05T17·26+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-06T10·15+0000 |
commit | fe61dee51170a4aa7cdd984e03e56d4dc45afbb9 (patch) | |
tree | 7ee427504bee31df4a6e62f763fd43f749e1eea9 /configs/.xsecurelockrc | |
parent | 137bd6dc0c8ef65d89c0daada860a2dd25460983 (diff) |
Splice configs/shared directory
- Move all children from configs/shared into configs. - Delete "shared" directory.
Diffstat (limited to 'configs/.xsecurelockrc')
-rw-r--r-- | configs/.xsecurelockrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/.xsecurelockrc b/configs/.xsecurelockrc new file mode 100644 index 000000000000..be315ba1f2f8 --- /dev/null +++ b/configs/.xsecurelockrc @@ -0,0 +1,11 @@ +# 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 + +# Turn this off on laptop (not on desktop). +XSECURELOCK_BLANK_DPMS_STATE=on \ No newline at end of file |