slimlock.1 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .TH slimlock 1 "June 10, 2011" "version 0.8"
  2. .SH NAME
  3. \fBslimlock\fP - Unholy Screen Locker
  4. \fB
  5. .SH SYNOPSIS
  6. .nf
  7. .fam C
  8. \fBslimlock\fP [-v]
  9. .fam T
  10. .fi
  11. .SH DESCRIPTION
  12. The Frankenstein's monster of screen lockers. Grafting SLiM and slock together
  13. leads to blood, tears, and locked screens.
  14. .SH OPTIONS
  15. .TP
  16. .B
  17. \fB-v\fP
  18. display version information
  19. .SH CONFIGURATION
  20. Slimlock reads the same configuration files you use for SLiM. It looks in \fICFGDIR/slim.conf\fP and \fICFGDIR/slimlock.conf\fP, where \fICFGDIR\fP is defined in the makefile. The options that are read from slim.conf are hidecursor, current_theme, background_color, and background_style, screenshot_cmd, and welcome_msg. See the SLiM docs for more information.
  21. slimlock.conf contains the following settings:
  22. .TP
  23. .B dpms_standby_timeout
  24. number of seconds of inactivity before the screen blanks.
  25. .BI "Default: " 60
  26. .TP
  27. .B dpms_off_timeout
  28. number of seconds of inactivity before the screen is turned off.
  29. .BI "Default: " 600
  30. .TP
  31. .B wrong_passwd_timeout
  32. delay in seconds after an incorrect password is entered.
  33. .BI "Default: " 2
  34. .TP
  35. .B passwd_feedback_msg
  36. message to display after a failed authentication attempt.
  37. .BI "Default: " "Authentication failed"
  38. .TP
  39. .B passwd_feedback_capslock
  40. message to display after a failed authentication attempt if the CapsLock is on.
  41. .BI "Default: " "Authentication failed (CapsLock is on)"
  42. .TP
  43. .B show_username
  44. 1 to show username on themes with single input field; 0 to disable.
  45. .BI "Default: " 1
  46. .TP
  47. .B show_welcome_msg
  48. 1 to show SLiM's welcome message; 0 to disable.
  49. .BI "Default: " 0
  50. .TP
  51. .B tty_lock
  52. 1 to disallow virtual terminals switching; 0 to allow.
  53. .BI "Default: " 1
  54. .TP
  55. .B bell
  56. 1 to enable the bell on authentication failure; 0 to disable.
  57. .BI "Default: " 1
  58. .SH "SEE ALSO"
  59. .BR slim (1)