diff options
author | Bruce Forte <fuererb@student.ethz.ch> | 2016-10-28 23:40:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-28 23:40:02 +0700 |
commit | d33795a2e87e6fc2089f4e7a74840cf38ef97fe8 (patch) | |
tree | 36d4ba913cfa31450051f94f6fbf64a8d1353e94 /system/xautolock/README | |
parent | 5254595706a3c2ba807a0f405075457698e73d29 (diff) | |
download | slackbuilds-d33795a2e87e6fc2089f4e7a74840cf38ef97fe8.tar.gz |
system/xautolock: Added (monitors console activity).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xautolock/README')
-rw-r--r-- | system/xautolock/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/xautolock/README b/system/xautolock/README new file mode 100644 index 0000000000..39350e7475 --- /dev/null +++ b/system/xautolock/README @@ -0,0 +1,13 @@ +Xautolock monitors console activity under the X window system, and +fires up a program of your choice if nothing happens during a +user configurable period of time. You can use this to automatically +start up a screen locker in case you tend to forget to do so manually +before having a coffee break. + +Xautolock will typically be used to lock the screen but it really +doesn't care what program you make it start. The only real assumption +made by xautolock is that a new countdown starts as soon as the +locker exits. + +One suggested use of autolock is like this: + xautolock -time 10 -locker xlock |