summaryrefslogtreecommitdiff
path: root/debian/control
blob: 3460b7fa7e3be8d144d1630898798364482039d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: i3lock
Section: utils
Priority: extra
Maintainer: Michael Stapelberg <michael@stapelberg.de>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 5), libx11-dev, libpam0g-dev, libxext-dev, libxpm-dev
Standards-Version: 3.8.2
Homepage: http://i3.zekjur.net/i3lock/

Package: i3lock
Architecture: any
Priority: extra
Section: x11
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: a slightly improved version of slock
 i3lock improves slock by making it fork() and therefore combinable with
 commands to suspend your computer. Additionally, instead of turning off
 your screen via DPMS and/or displaying a black screen, i3lock displays a
 white screen so you can see if your computer failed to resume from suspend
 or if your screen is just locked. Also, when entering a wrong password,
 i3lock does not call XBell(). This is important because i3lock/slock think
 you've entered a password when resuming from suspend, at least sometimes.