Go to file
Michael Stapelberg 1abea3bd81 Update README 2010-07-16 17:47:42 +02:00
debian Update debian changelog 2009-08-02 19:58:30 +02:00
LICENSE Initial commit of the XCB rewrite of i3lock 2010-07-16 17:35:51 +02:00
Makefile Initial commit of the XCB rewrite of i3lock 2010-07-16 17:35:51 +02:00
README Update README 2010-07-16 17:47:42 +02:00
cursors.h Implement showing the default X- or a hardcoded Windows-Mousecursor. 2010-07-09 11:18:39 +02:00
i3lock.1 Implement showing the default X- or a hardcoded Windows-Mousecursor. 2010-07-09 11:18:39 +02:00
i3lock.c Initial commit of the XCB rewrite of i3lock 2010-07-16 17:35:51 +02:00
keysym2ucs.c Initial commit of the XCB rewrite of i3lock 2010-07-16 17:35:51 +02:00
keysym2ucs.h Initial commit of the XCB rewrite of i3lock 2010-07-16 17:35:51 +02:00
ucs2_to_utf8.c Initial commit of the XCB rewrite of i3lock 2010-07-16 17:35:51 +02:00
ucs2_to_utf8.h Initial commit of the XCB rewrite of i3lock 2010-07-16 17:35:51 +02:00
xcb.c Initial commit of the XCB rewrite of i3lock 2010-07-16 17:35:51 +02:00
xcb.h Initial commit of the XCB rewrite of i3lock 2010-07-16 17:35:51 +02:00

README

i3lock - improved screen locker
===============================
i3lock is a simple screen locker like slock. After starting it, you will
see a white screen (you can configure the color/an image). You can return
to your screen by entering your passwords.

Many little improvements have been made to i3lock over time:

- i3lock forks, so you can combine it with an alias to suspend to RAM
  (run "i3lock && echo mem > /sys/power/state" to get a locked screen
   after waking up your computer from suspend to RAM)

- You can either a background color or a PNG image which will be displayed
  while your screen is locked.

- You can specify whether i3lock should bell upon a wrong password.

- i3lock uses PAM and therefore is compatible with LDAP etc.

Requirements
------------
- libxcb
- libxcb-util
- libpam-dev
- libcairo-dev

Running i3lock
-------------
Simply invoke the 'i3lock' command. To get out of it, enter your password.