From ee816969c53099fb4e6a8f09e6d26c589d783ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 29 Jan 2018 12:59:37 +0100 Subject: [PATCH] Fix i3exit --- i3/scripts/i3exit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/scripts/i3exit b/i3/scripts/i3exit index 75da219..8cd5681 100755 --- a/i3/scripts/i3exit +++ b/i3/scripts/i3exit @@ -26,10 +26,10 @@ lock() (( $playing )) && dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Pause if [[ -f "$LOCKSCREEN" ]] ; then i3lock --nofork --show-failed-attempts --ignore-empty-password \ - --pointer win --image "$LOCKSCREEN" + --pointer win --image "$LOCKSCREEN" & else i3lock --nofork --show-failed-attempts --ignore-empty-password \ - --color "$_fallback_color" + --color "$_fallback_color" & fi screen_off wait