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.

27 lines
1001 B

16 years ago
16 years ago
16 years ago
  1. Source: i3lock
  2. Section: utils
  3. Priority: optional
  4. Maintainer: Michael Stapelberg <michael@stapelberg.de>
  5. DM-Upload-Allowed: yes
  6. Build-Depends: debhelper (>= 7), libx11-dev, libpam0g-dev, libcairo2-dev, libxcb1-dev, libxcb-dpms0-dev, libxcb-keysyms1-dev, libxcb-image0-dev, pkg-config
  7. Standards-Version: 3.9.2
  8. Homepage: http://i3wm.org/i3lock/
  9. Package: i3lock
  10. Architecture: any
  11. Priority: optional
  12. Section: x11
  13. Depends: ${shlibs:Depends}, ${misc:Depends}
  14. Description: improved screen locker
  15. i3lock is a simple screen locker like slock. After starting it, you will
  16. see a white screen (you can configure the color/an image). You can return
  17. to your screen by entering your password.
  18. .
  19. i3lock forks so you can combine it with an alias to suspend to RAM.
  20. .
  21. You can specify either a background color or a PNG image which will be
  22. displayed while your screen is locked.
  23. .
  24. You can specify whether i3lock should bell upon a wrong password.
  25. .
  26. i3lock uses PAM and therefore is compatible with LDAP etc.