]> git.sur5r.net Git - i3/i3lock/commit
Re-raise i3lock when obscured in a separate process
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 10 Nov 2013 19:40:52 +0000 (20:40 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 10 Nov 2013 19:43:08 +0000 (20:43 +0100)
commitac8bbad523c45085061b77ce1bcbc0381306ce8b
tree7316182d096c3078c4e48a8bd49f0e8d72199faf
parentd7fd058f0c31f7e20fedc0b8c7f5afd90f521ae8
Re-raise i3lock when obscured in a separate process

This is cleaner than commit a305e62 (running authentication in a
separate process) because we don’t lose the feature that X11 will buffer
KeyPresses for us while the process blocks on PAM. See
http://cr.i3wm.org/patch/305 for the amount of code (and new known bugs)
that would have to be introduced to make a305e62 work.
i3lock.c