No description
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.
Find a file
mathias e70cb21d01 * 'none' should always be first module, better default
--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4020
2005-05-18 10:46:40 +00:00
bitmaps * added -cursor <themename> 2005-04-30 10:41:41 +00:00
contrib * deleted fancy contrib/xcursor-watch (too big) 2005-05-18 10:19:40 +00:00
src * 'none' should always be first module, better default 2005-05-18 10:46:40 +00:00
alock.txt * added -bg image: 2005-05-18 09:53:51 +00:00
CHANGELOG * fixed minor issues with defaults 2005-05-18 10:42:52 +00:00
LICENSE * license is : MIT 2005-05-18 10:29:02 +00:00
README * updated documention 2005-05-16 17:47:50 +00:00
SConstruct * minor change to buildsystem to handle imlib2 propperly 2005-05-18 09:58:04 +00:00

-+------------------------------------------------------------------+-
    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
--------

    you find more info about how to use 'alock' in the alock.txt-file. that
    file is used to create all the other documentation-formats provided.

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)