commit 0dd8d7527bf810690b49bfc32b9cfad3b7d150af parent 683326ced6a3e0686ab535b45ed62e0eeb515a1f Author: Szymon Mikulicz <szymon.mikulicz@posteo.net> Date: Fri, 10 Apr 2020 18:20:46 +0200 i3: lock via xsecurelock Diffstat:
| M | i3/.i3/lock.sh | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/i3/.i3/lock.sh b/i3/.i3/lock.sh @@ -6,4 +6,8 @@ export XSECURELOCK_LIST_VIDEOS_COMMAND="echo ~/.i3/BG.png" export XSECURELOCK_IMAGE_DURATION_SECONDS=inf export XSECURELOCK_BLANK_TIMEOUT=30 export XSECURELOCK_AUTH_TIMEOUT=10 -exec xsecurelock +xsecurelock& +sleep 0.5 +pkill -SIGSTOP picom +wait < <(jobs -p) +pkill -SIGCONT picom