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.

21 lines
883 B

16 years ago
16 years ago
16 years ago
  1. Source: i3lock
  2. Section: utils
  3. Priority: optional
  4. Maintainer: Michael Stapelberg <michael+i3lock@stapelberg.de>
  5. Build-Depends: debhelper (>= 5), libx11-dev
  6. Standards-Version: 3.8.0
  7. Homepage: http://i3.zekjur.net/i3lock/
  8. Package: i3lock
  9. Architecture: any
  10. Priority: optional
  11. Section: x11
  12. Depends: ${shlibs:Depends}
  13. Description: a slightly improved version of slock
  14. i3lock improves slock by making it fork() and therefore combinable with
  15. commands to suspend your computer. Additionally, instead of turning off
  16. your screen via DPMS and/or displaying a black screen, i3lock displays a
  17. white screen so you can see if your computer failed to resume from suspend
  18. or if your screen is just locked. Also, when entering a wrong password,
  19. i3lock does not call XBell(). This is important because i3lock/slock think
  20. you've entered a password when resuming from suspend, at least sometimes.