mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
b7857287b0
Details: * Change license from BSD to BSD3CLAUSE * Use @mode instead of CHMOD * Add DOCS to options * strip executable * Move patch actions to Makefile * Fix WWW * Fix orphaned etc/pam.3/i3lock * Fix LIB_DEPENDS format * Pass maintainership to Horia PR: 190992 Submitted by: Horia Racoviceanu Approved by: maintainer timeout (2 months)
12 lines
579 B
Plaintext
12 lines
579 B
Plaintext
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 have entered a password when resuming from suspend, at least sometimes.
|
|
|
|
i3lock was forked from slock-0.9
|
|
|
|
WWW: http://i3wm.org/i3lock/
|