From 1cf550ae18eb8c243dce110ccc751c703336df41 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 22 Jul 2011 19:44:52 +0200 Subject: [PATCH] add page for i3lock --- i3lock/index.html.mako | 60 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 i3lock/index.html.mako diff --git a/i3lock/index.html.mako b/i3lock/index.html.mako new file mode 100644 index 0000000..1a4a265 --- /dev/null +++ b/i3lock/index.html.mako @@ -0,0 +1,60 @@ +<%! + section = "i3lock" +%> +<%inherit file="_templates/i3.mako" /> +
+ +

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

+ +

Improvements

+ + + + +

Releases

+ + + +

Development

+ +

+ i3lock is currently developed at + http://code.stapelberg.de/git/i3lock. Checkouts of the master branch are intended to + be stable and working all the time. Integration of new features happens in a separate branch. +

+ +
-- 2.39.5