summaryrefslogtreecommitdiffstats
path: root/system/xautolock/README
diff options
context:
space:
mode:
author Jick Nan2010-05-11 15:18:48 +0200
committer Robby Workman2010-05-11 15:18:48 +0200
commit98e61e520af879423d3381ab7c977db4004bb193 (patch)
treec50221eeb7e859be4546f7cd3f8d924ee403895b /system/xautolock/README
parentd38d756c95e87b55342b873b8688e08b1d7953ae (diff)
downloadslackbuilds-98e61e520af879423d3381ab7c977db4004bb193.tar.gz
system/xautolock: Initial import
Diffstat (limited to 'system/xautolock/README')
-rw-r--r--system/xautolock/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/system/xautolock/README b/system/xautolock/README
new file mode 100644
index 0000000000..064bda9214
--- /dev/null
+++ b/system/xautolock/README
@@ -0,0 +1,21 @@
+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.
+
+I use xautolock with xlockmore in this way:
+
+ xautolock -time 10 -locker xlock
+
+Note: this script calls /usr/X11R6/bin/xmkmf, which requires that directory
+ to be in your $PATH. Therefore, you will almost certainly need to
+ do "su -" instead of just "su" to build this.
+
+If you have any questions or comments about this script you are free to
+contact me via e-mail: jick.nan AT gmail.com Enjoy!