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.

46 lines
1.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 "MARCH 2009" Linux "User Manuals"
  11. .SH NAME
  12. i3lock \- slightly improved version of slock
  13. .SH SYNOPSIS
  14. i3lock takes no arguments
  15. .SH DESCRIPTION
  16. .B i3lock
  17. locks your screen by making it white. To quit
  18. .B i3lock
  19. just enter your password.
  20. .SH DIFFERENCES TO SLOCK
  21. .B i3lock
  22. improves slock by making it fork() and therefore combinable with
  23. commands to suspend your computer. Additionally, instead of turning off
  24. your screen via DPMS and/or displaying a black screen,
  25. .B i3lock
  26. displays a white screen so you can see if your computer failed to resume
  27. from suspend or if your screen is just locked. Also, when entering a wrong
  28. password,
  29. .B i3lock
  30. does not call XBell(). This is important because
  31. .B i3lock/slock
  32. think you've entered a password when resuming from suspend, at least sometimes.
  33. .B i3lock
  34. was forked from slock-0.9
  35. .SH AUTHOR
  36. Michael Stapelberg <michael+i3lock at stapelberg dot de>
  37. forked from slock-0.9 by Anselm R Garbe <garbeam at gmail dot com>