This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
alock/README
mathias eec4b8f3d7 * started documention, using asciidoc
--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4011
2005-05-14 11:33:08 +00:00

88 lines
2.5 KiB
Text

-+------------------------------------------------------------------+-
alock - a slim screenlocker for X
-+------------------------------------------------------------------+-
1. about
2. installation
3. usage
4. todo
5. author
1. about
--------
'alock' locks your current session in X. its not a fullfeatured
screensaver-distribution like 'xlockmore' or 'xscreensaver' but just a
tiny locker: "uh, i need coffee .. so i need a lock" .. speaking of size:
binary takes only 11kb. 'alock' shows the content of the locked screen .. so you can
see whats going on, even when you are not able to modify what you see.
this is pretty usefull for public terminals where a demo should run which
shouldnt interupted (you know those little kids who press every button and
click everywhere ...).
an irc-friend of mine (izhirahider) is using 'xtrlock' and had some
problems with it .. no wonder, development stopped some years ago
and it doesnt support pam. since i like the minimalism of 'xtrlock'
but wanted to add some minor things to it i "forked" 'alock' from
'xtrlock' and modified it a bit :)
2. installation
---------------
to install / compile 'alock' you need 'scons':
http://www.scons.org
its a clever buildsystem which i prefer over make/autotools.
after installing 'scons' you just type:
$> scons
and it should build your personal version of 'alock'
you can influence the build-process by some variables, check
$> scons -h
to finally install it to your system use:
$> scons install
and thats it.
tested platforms (so far):
gentoo-linux (pc and ppc with gcc3.4.3)
freebsd5.3 (pc gcc3.4.2)
slackware (pc, gcc3.3.5, shadow)
3. usage
--------
alock [-vh] [-blank] [-cursor <theme|xcursor:file>]
[-auth list|<none|passwd|pam|md5:pwdhash>]
-h displays a little help
-v displays version number
-blank hides the content of the screen with a big, black area
-cursor choose between multiple cursors
-auth choose between different authmethods.
after locking 'alock' will show a modified mousecursor. you have to
enter your password blindly. if its the correct password the screen will
unlock.
4. todo
-------
- better documentation, updated manpage
- check on irix, sun, hp etc etc
5. author
---------
2005 mathias gumz aka akira < akira at fluxbox dot org>
1993 - 1994 ian jackson (xtrlock)