You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.6 KiB

  1. .de Vb \" Begin verbatim text
  2. .ft CW
  3. .nf
  4. .ne \\$1
  5. ..
  6. .de Ve \" End verbatim text
  7. .ft R
  8. .fi
  9. ..
  10. .TH i3lock 1 "MAY 2009" Linux "User Manuals"
  11. .SH NAME
  12. i3lock \- slightly improved version of slock
  13. .SH SYNOPSIS
  14. .B i3lock
  15. .RB [\|\-v\|]
  16. .RB [\|\-n\|]
  17. .RB [\|\-b\|]
  18. .RB [\|\-d\|]
  19. .SH DESCRIPTION
  20. .B i3lock
  21. locks your screen by making it white. To quit
  22. .B i3lock
  23. just enter your password.
  24. .SH DIFFERENCES TO SLOCK
  25. .B i3lock
  26. improves slock by making it fork() and therefore combinable with
  27. commands to suspend your computer. Additionally, instead of turning off
  28. your screen via DPMS and/or displaying a black screen,
  29. .B i3lock
  30. displays a white screen so you can see if your computer failed to resume
  31. from suspend or if your screen is just locked. Also, when entering a wrong
  32. password,
  33. .B i3lock
  34. does not call XBell(). This is important because
  35. .B i3lock/slock
  36. think you've entered a password when resuming from suspend, at least sometimes.
  37. Since version 1.0, i3lock supports PAM.
  38. .SH OPTIONS
  39. .TP
  40. .B \-v, \-\-version
  41. Display the version of your
  42. .B i3lock
  43. .TP
  44. .B \-n, \-\-nofork
  45. Don't fork after starting.
  46. .TP
  47. .B \-b, \-\-beep
  48. Enable beeping. Be sure to not do this when you are about to annoy other people,
  49. like when opening your laptop in a boring lecture.
  50. .TP
  51. .B \-d, \-\-dpms
  52. Enable turning off your screen using DPMS. Note that, when you do not specify this
  53. option, DPMS will turn off your screen after 15 minutes of inactivity anyways (if
  54. you did not disable this in your X server).
  55. .SH AUTHOR
  56. Michael Stapelberg <michael+i3lock at stapelberg dot de>
  57. forked from slock-0.9 by Anselm R Garbe <garbeam at gmail dot com>