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.

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