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.

26 lines
1021 B

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.0.50~), libx11-dev, libpam0g-dev, libcairo2-dev, libxcb1-dev, libxcb-dpms0-dev, libxcb-keysyms1-dev, libxcb-image0-dev, pkg-config, libev-dev, libxcb-xinerama0-dev
  7. Standards-Version: 3.9.3
  8. Homepage: http://i3wm.org/i3lock/
  9. Package: i3lock
  10. Architecture: any
  11. Section: x11
  12. Depends: ${shlibs:Depends}, ${misc:Depends}
  13. Description: improved screen locker
  14. i3lock is a simple screen locker like slock. After starting it, you will
  15. see a white screen (you can configure the color/an image). You can return
  16. to your screen by entering your password.
  17. .
  18. i3lock forks so you can combine it with an alias to suspend to RAM.
  19. .
  20. You can specify either a background color or a PNG image which will be
  21. displayed while your screen is locked.
  22. .
  23. You can specify whether i3lock should bell upon a wrong password.
  24. .
  25. i3lock uses PAM and therefore is compatible with LDAP etc.