]> git.sur5r.net Git - i3/i3.github.io/blob - i3lock/index.html.mako
add i3lock 2.4 release
[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</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.4.tar.bz2">i3lock-2.4.tar.bz2</a> (2012-04-01,
41     <a href="/i3lock/i3lock-2.4.tar.bz2.asc">GPG signature</a>)
42   </li>
43   <li>
44     <a href="/i3lock/i3lock-2.3.1.tar.bz2">i3lock-2.3.1.tar.bz2</a> (2012-03-15,
45     <a href="/i3lock/i3lock-2.3.1.tar.bz2.asc">GPG signature</a>)
46   </li>
47   <li>
48     <a href="/i3lock/i3lock-2.3.tar.bz2">i3lock-2.3.tar.bz2</a> (2012-03-15,
49     <a href="/i3lock/i3lock-2.3.tar.bz2.asc">GPG signature</a>)
50   </li>
51   <li>
52     <a href="/i3lock/i3lock-2.2.tar.bz2">i3lock-2.2.tar.bz2</a> (2011-11-06,
53     <a href="/i3lock/i3lock-2.2.tar.bz2.asc">GPG signature</a>)
54   </li>
55   <li>
56     <a href="/i3lock/i3lock-2.1.tar.gz">i3lock-2.1.tar.gz</a> (2011-03-13,
57     <a href="/i3lock/i3lock-2.1.tar.gz.asc">GPG signature</a>)
58   </li>
59   <li>
60     <a href="/i3lock/i3lock-2.0.tar.gz">i3lock-2.0.tar.gz</a> (2010-09-05,
61     <a href="/i3lock/i3lock-2.0.tar.gz.asc">GPG signature</a>)
62   </li>
63   <li><a href="/i3lock/i3lock-1.0.tar.gz">i3lock-1.0.tar.gz</a> (2009-05-10,
64   <a href="/i3lock/i3lock-1.0.tar.gz.asc">GPG signature</a>)</li>
65   <li><a href="/i3lock/i3lock-0.9.tar.gz">i3lock-0.9.tar.gz</a></li>
66 </ul>
67
68 <h2>Development</h2>
69
70 <p>
71   i3lock is currently developed at <a href="http://code.i3wm.org/i3lock" title="cgit">
72   http://code.i3wm.org/i3lock</a>. Checkouts of the master branch are intended to
73   be stable and working all the time. Integration of new features happens in a separate branch.
74 </p>
75
76 </div>