From 4a9d3d7365bea96f93024e7e6e906e306781e2e7 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 10 May 2009 12:48:16 +0200 Subject: Implement options for forking, beeping and DPMS. Bump version to 1.0. --- i3lock.1 | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'i3lock.1') diff --git a/i3lock.1 b/i3lock.1 index facc39f..922c153 100644 --- a/i3lock.1 +++ b/i3lock.1 @@ -8,13 +8,17 @@ .fi .. -.TH i3lock 1 "MARCH 2009" Linux "User Manuals" +.TH i3lock 1 "MAY 2009" Linux "User Manuals" .SH NAME i3lock \- slightly improved version of slock .SH SYNOPSIS -i3lock takes no arguments +.B i3lock +.RB [\|\-v\|] +.RB [\|\-n\|] +.RB [\|\-b\|] +.RB [\|\-d\|] .SH DESCRIPTION .B i3lock @@ -37,8 +41,28 @@ does not call XBell(). This is important because .B i3lock/slock think you've entered a password when resuming from suspend, at least sometimes. +Since version 1.0, i3lock supports PAM. + +.SH OPTIONS +.TP +.B \-v, \-\-version +Display the version of your .B i3lock -was forked from slock-0.9 + +.TP +.B \-n, \-\-nofork +Don't fork after starting. + +.TP +.B \-b, \-\-beep +Enable beeping. Be sure to not do this when you are about to annoy other people, +like when opening your laptop in a boring lecture. + +.TP +.B \-d, \-\-dpms +Enable turning off your screen using DPMS. Note that, when you do not specify this +option, DPMS will turn off your screen after 15 minutes of inactivity anyways (if +you did not disable this in your X server). .SH AUTHOR Michael Stapelberg -- cgit v1.1