From: Quentin Rameau Date: Thu, 1 Sep 2016 11:46:51 +0000 (+0200) Subject: Re-introduce the waiting loop for input grabbing X-Git-Url: https://git.xinqibao.xyz/slock.git/commitdiff_plain/e378f735d857f7da124177e3540912d920be5022?ds=inline;hp=e378f735d857f7da124177e3540912d920be5022 Re-introduce the waiting loop for input grabbing We actually “need” to wait a little for input to be released before locking for cases where slock is spawned from other graphical applications using keybindings. This undoes the misbehaviour I introduced in c2f9757, sorry for the mess. ---