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.

32 lines
1.1 KiB

  1. i3lock - slightly improved screen locker based on slock
  2. ============================
  3. i3lock improves slock by making it fork() and therefore combinable with
  4. commands to suspend your computer. Additionally, instead of turning off
  5. your screen via DPMS and/or displaying a black screen, i3lock displays a
  6. white screen so you can see if your computer failed to resume from suspend
  7. or if your screen is just locked. Also, when entering a wrong password,
  8. i3lock does not call XBell(). This is important because i3lock/slock think
  9. you’ve entered a password when resuming from suspend, at least sometimes.
  10. i3lock was forked from slock-0.9
  11. Requirements
  12. ------------
  13. In order to build i3lock you need the Xlib header files and the PAM development
  14. headers (libpam-dev or similar).
  15. Installation
  16. ------------
  17. Edit config.mk to match your local setup (slock is installed into
  18. the /usr/local namespace by default).
  19. Afterwards enter the following command to build and install slock
  20. (if necessary as root):
  21. make clean install
  22. Running i3lock
  23. -------------
  24. Simply invoke the 'i3lock' command. To get out of it, enter your password.