]> git.sur5r.net Git - i3/i3lock/blob - debian/control
83dfe25c938c501c98a60088828f23443e565321
[i3/i3lock] / debian / control
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
9 Package: i3lock
10 Architecture: any
11 Priority: optional
12 Section: x11
13 Depends: ${shlibs:Depends}
14 Description: a slightly improved version of slock
15  i3lock improves slock by making it fork() and therefore combinable with
16  commands to suspend your computer. Additionally, instead of turning off
17  your screen via DPMS and/or displaying a black screen, i3lock displays a
18  white screen so you can see if your computer failed to resume from suspend
19  or if your screen is just locked. Also, when entering a wrong password,
20  i3lock does not call XBell(). This is important because i3lock/slock think
21  you've entered a password when resuming from suspend, at least sometimes.