]> git.sur5r.net Git - i3/i3.github.io/blob - i3lock/index.html.mako
add page for i3lock
[i3/i3.github.io] / i3lock / index.html.mako
1 <%!
2         section = "i3lock"
3 %>
4 <%inherit file="_templates/i3.mako" />
5 <div id="content">
6
7 <h1>i3lock — improved screen locker</h1>
8
9 <p>
10   i3lock is a simple screen locker like slock. After starting it, you will see
11   a white screen (you can configure the color/an image). You can return to your
12   screen by entering your password.
13 </p>
14
15 <h2>Improvements</h2>
16
17 <ul>
18   <li>
19     i3lock forks, so you can combine it with an alias to suspend to RAM (run
20     "i3lock &amp;&amp; echo mem &gt; /sys/power/state" to get a locked screen
21     after waking up your computer from suspend to RAM)
22   </li>
23   <li>
24     You can specify either a background color or a PNG image which will be
25     displayed while your screen is locked.
26   </li>
27   <li>
28     You can specify whether i3lock should bell upon a wrong password.
29   </li>
30   <li>
31     i3lock uses PAM and therefore is compatible with LDAP etc.
32   </li>
33 </ul>
34
35
36 <h2>Releases</h2>
37
38 <ul>
39   <li>
40     <a href="/i3lock/i3lock-2.1.tar.gz">i3lock-2.1.tar.gz</a> (2011-03-13,
41     <a href="/i3lock/i3lock-2.1.tar.gz.asc">GPG signature</a>)
42   </li>
43   <li>
44     <a href="/i3lock/i3lock-2.0.tar.gz">i3lock-2.0.tar.gz</a> (2010-09-05,
45     <a href="/i3lock/i3lock-2.0.tar.gz.asc">GPG signature</a>)
46   </li>
47   <li><a href="/i3lock/i3lock-1.0.tar.gz">i3lock-1.0.tar.gz</a> (2009-05-10,
48   <a href="/i3lock/i3lock-1.0.tar.gz.asc">GPG signature</a>)</li>
49   <li><a href="/i3lock/i3lock-0.9.tar.gz">i3lock-0.9.tar.gz</a></li>
50 </ul>
51
52 <h2>Development</h2>
53
54 <p>
55   i3lock is currently developed at <a href="http://code.stapelberg.de/git/i3lock" title="cgit">
56   http://code.stapelberg.de/git/i3lock</a>. Checkouts of the master branch are intended to
57   be stable and working all the time. Integration of new features happens in a separate branch.
58 </p>
59
60 </div>