summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Stapelberg <michael+x200@stapelberg.de>2009-03-11 22:17:00 +0100
committerMichael Stapelberg <michael+x200@stapelberg.de>2009-03-11 22:17:00 +0100
commit91672632868a56cb229d3311f7a2b5c86eadbcec (patch)
treeb20ebddeeb2e0f40dc6878821066fc06ae9598de /README
Initial import of i3lock 0.9
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2e70272
--- /dev/null
+++ b/README
@@ -0,0 +1,31 @@
+i3lock - slightly improved screen locker based on slock
+============================
+i3lock improves slock by making it fork() and therefore combinable with
+commands to suspend your computer. Additionally, instead of turning of
+your screen via DPMS and/or displaying a black screen, i3lock displays a
+white screen so you can see if your computer failed to resume from suspend
+or if your screen is just locked. Also, when entering a wrong password,
+i3lock does not call XBell(). This is important because i3lock/slock think
+you’ve entered a password when resuming from suspend, at least sometimes.
+
+i3lock was forked from slock-0.9
+
+Requirements
+------------
+In order to build i3lock you need the Xlib header files.
+
+
+Installation
+------------
+Edit config.mk to match your local setup (slock is installed into
+the /usr/local namespace by default).
+
+Afterwards enter the following command to build and install slock
+(if necessary as root):
+
+ make clean install
+
+
+Running i3lock
+-------------
+Simply invoke the 'i3lock' command. To get out of it, enter your password.