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.

35 lines
1.1 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 (or you can rewrite the Makefile by hand if you want to avoid it)
  17. - libxcb
  18. - libxcb-util
  19. - libpam-dev
  20. - libcairo-dev
  21. Running i3lock
  22. -------------
  23. Simply invoke the 'i3lock' command. To get out of it, enter your password.
  24. Building i3lock
  25. -------------
  26. If you don't want to build against libcairo run "make NOLIBCAIRO=y", without
  27. libcairo displaying images is not possible.