document nopass option
Patch status: rejected
Patch by Travis Cardwell
To apply this patch, use:
curl http://cr.i3wm.org/patch/196/raw.patch | git am
b/i3lock.1
| 13 |
@@ -17,6 +17,7 @@ i3lock \- improved screen locker |
| 14 |
.B i3lock |
| 15 |
.RB [\|\-v\|] |
| 16 |
.RB [\|\-n\|] |
| 17 |
+.RB [\|\-N\|] |
| 18 |
.RB [\|\-b\|] |
| 19 |
.RB [\|\-d\|] |
| 20 |
.RB [\|\-i |
| 21 |
@@ -60,6 +61,10 @@ Display the version of your |
| 22 |
Don't fork after starting. |
| 23 |
|
| 24 |
.TP |
| 25 |
+.B \-N, \-\-nopass |
| 26 |
+Don't require a password to unlock your screen. |
| 27 |
+ |
| 28 |
+.TP |
| 29 |
.B \-b, \-\-beep |
| 30 |
Enable beeping. Be sure to not do this when you are about to annoy other people, |
| 31 |
like when opening your laptop in a boring lecture. |