From 9b4c60069e88608121ea436bebd58cf170472fc7 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 4 Nov 2018 02:30:48 -0600 Subject: [PATCH] i3lock-custom: Don't wait twice Can you do that? Can you really wait twice? --- i3lock-custom | 2 -- 1 file changed, 2 deletions(-) diff --git a/i3lock-custom b/i3lock-custom index 2f16e08..597d699 100755 --- a/i3lock-custom +++ b/i3lock-custom @@ -86,8 +86,6 @@ main() { step_produce_image || exit 1 step_start_i3lock step_wait - wait - exit 0 } main $@