diff options
author | Vivek R <123vivekr@gmail.com> | 2019-05-28 23:18:22 +0530 |
---|---|---|
committer | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2019-05-28 23:18:22 +0530 |
commit | 643ea70aa77686ebe84889943a258b890dffe2fb (patch) | |
tree | ea068501c69402d7f539496f87bd375b7786d2ae /examples | |
parent | 3f5fd23839555899ee872092e2c339a7b919866c (diff) |
Add Timeout Option (#119)
This adds an opton to set custom monitor timeout in seconds.
Timeout only applicable during lockscreen.
Reverts back to normal timeout after logging back in.
Closes https://github.com/pavanjadhaw/betterlockscreen/issues/116
Diffstat (limited to 'examples')
-rw-r--r-- | examples/betterlockscreenrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/betterlockscreenrc b/examples/betterlockscreenrc index 4f4dc0c..0f9c503 100644 --- a/examples/betterlockscreenrc +++ b/examples/betterlockscreenrc @@ -15,3 +15,4 @@ datecolor=ffffffff loginbox=00000066 font="sans-serif" locktext='Type password to unlock...' +lock_timeout=5 |