]> git.sur5r.net Git - i3/i3lock/blobdiff - README
Bugfix: Copy the color depth from parent (root) window instead of hardcoding to 24...
[i3/i3lock] / README
diff --git a/README b/README
index 8696241bb4c6067d28fc15673e720f8b20770518..f5fc2de2cb7d797a6fa24a7ef5a69e968c34615b 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ 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.
+to your screen by entering your password.
 
 Many little improvements have been made to i3lock over time:
 
@@ -10,8 +10,8 @@ Many little improvements have been made to i3lock over time:
   (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 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.
 
@@ -28,3 +28,8 @@ Requirements
 Running i3lock
 -------------
 Simply invoke the 'i3lock' command. To get out of it, enter your password.
+
+Building i3lock
+-------------
+If you don't want to build against libcairo run "make NOLIBCAIRO=y", without
+libcairo displaying images is not possible.