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.

77 lines
1.8 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 "JUNE 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. .RB [\|\-i
  20. .IR image.xpm \|]
  21. .SH DESCRIPTION
  22. .B i3lock
  23. locks your screen by making it white. To quit
  24. .B i3lock
  25. just enter your password.
  26. .SH DIFFERENCES TO SLOCK
  27. .B i3lock
  28. improves slock by making it fork() and therefore combinable with
  29. commands to suspend your computer. Additionally, instead of turning off
  30. your screen via DPMS and/or displaying a black screen,
  31. .B i3lock
  32. displays a white screen so you can see if your computer failed to resume
  33. from suspend or if your screen is just locked. Also, when entering a wrong
  34. password,
  35. .B i3lock
  36. does not call XBell(). This is important because
  37. .B i3lock/slock
  38. think you've entered a password when resuming from suspend, at least sometimes.
  39. Since version 1.0, i3lock supports PAM.
  40. .SH OPTIONS
  41. .TP
  42. .B \-v, \-\-version
  43. Display the version of your
  44. .B i3lock
  45. .TP
  46. .B \-n, \-\-nofork
  47. Don't fork after starting.
  48. .TP
  49. .B \-b, \-\-beep
  50. Enable beeping. Be sure to not do this when you are about to annoy other people,
  51. like when opening your laptop in a boring lecture.
  52. .TP
  53. .B \-d, \-\-dpms
  54. Enable turning off your screen using DPMS. Note that, when you do not specify this
  55. option, DPMS will turn off your screen after 15 minutes of inactivity anyways (if
  56. you did not disable this in your X server).
  57. .TP
  58. .B \-i, \-\-image
  59. Display the given XPM image instead of a blank screen. You can convert an image to
  60. XPM by using convert(1) from ImageMagick or GIMP for example.
  61. .SH AUTHOR
  62. Michael Stapelberg <michael+i3lock at stapelberg dot de>
  63. forked from slock-0.9 by Anselm R Garbe <garbeam at gmail dot com>