]> git.sur5r.net Git - i3/i3lock/commit
Add `-e` option to not validate empty password.
authorVincent Bernat <bernat@luffy.cx>
Mon, 26 Aug 2013 21:39:38 +0000 (23:39 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 31 Aug 2013 18:41:12 +0000 (20:41 +0200)
commit5627a111746e96119e6789d8f8f47168b3a8c41d
treec29ffe1f6ebc10287daec4ba56bc47c324a18df0
parent3e136769beae3ef13ce492d341dbf3ff32c87ec9
Add `-e` option to not validate empty password.

When the XF86ScreenSaver key is used to put a laptop to sleep (or to
trigger the screensaver), the key may "bounce" on resume. This is
annoying as i3lock will try to validate several empty passwords and
wait several seconds before accepting a legit password.

Some users may want to validate an empty password: PAM may rely on
other sources to unlock the screen, like the presence of a token or
the proximity of some Bluetooth device. Hence, we don't forbid this
possibility and provide an command-line option for users not willing
to validate empty passwords.
i3lock.1
i3lock.c