37 lines
1.0 KiB

15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
  1. i3lock - improved screen locker
  2. ===============================
  3. i3lock is a simple screen locker like slock. After starting it, you will
  4. see a white screen (you can configure the color/an image). You can return
  5. to your screen by entering your password.
  6. Many little improvements have been made to i3lock over time:
  7. - i3lock forks, so you can combine it with an alias to suspend to RAM
  8. (run "i3lock && echo mem > /sys/power/state" to get a locked screen
  9. after waking up your computer from suspend to RAM)
  10. - You can specify either a background color or a PNG image which will be
  11. displayed while your screen is locked.
  12. - You can specify whether i3lock should bell upon a wrong password.
  13. - i3lock uses PAM and therefore is compatible with LDAP etc.
  14. Requirements
  15. ------------
  16. - pkg-config
  17. - libxcb
  18. - libxcb-util
  19. - libpam-dev
  20. - libcairo-dev
  21. - libxcb-xinerama
  22. - libev
  23. - libx11-dev
  24. - libx11-xcb-dev
  25. - libxkbfile-dev
  26. - libxkbcommon >= 0.2.0
  27. Running i3lock
  28. -------------
  29. Simply invoke the 'i3lock' command. To get out of it, enter your password and
  30. press enter.