1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: i3lock
Section: utils
Priority: optional
Maintainer: Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 9),
pkg-config,
libpam0g-dev,
libcairo2-dev,
libxcb1-dev,
libxcb-dpms0-dev,
libxcb-image0-dev,
libxcb-util0-dev,
libev-dev,
libxcb-xinerama0-dev,
libxkbcommon-dev (>= 0.5.0),
libxkbcommon-x11-dev (>= 0.5.0),
libxcb-xkb-dev
Standards-Version: 3.9.7
Homepage: http://i3wm.org/i3lock/
Vcs-Git: https://anonscm.debian.org/git/users/stapelberg/i3lock.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/stapelberg/i3lock.git/
Package: i3lock
Architecture: any
Section: x11
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: improved screen locker
i3lock is a simple screen locker like slock. After starting it, you will
see a white screen (you can configure the color/an image). You can return
to your screen by entering your password.
.
i3lock forks so you can combine it with an alias to suspend to RAM.
.
You can specify either a background color or a PNG image which will be
displayed while your screen is locked.
.
You can specify whether i3lock should bell upon a wrong password.
.
i3lock uses PAM and therefore is compatible with LDAP etc.
|