From 4ac456b9f097b087177e361fb031ff512da5041e Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Mon, 30 Jan 2017 16:15:32 +0530 Subject: [PATCH] i3lock should be called with -n --- i3lock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3lock.sh b/i3lock.sh index 13a55c7..6a3b034 100755 --- a/i3lock.sh +++ b/i3lock.sh @@ -8,7 +8,7 @@ xset -b #disable scrot beep PARAM='--textcolor=00000000 --insidecolor=0000001c --ringcolor=0000003e --linecolor=00000000 --keyhlcolor=ffffff80 --ringvercolor=ffffff00 --insidevercolor=ffffff1c --ringwrongcolor=ffffff55 --insidewrongcolor=ffffff1c' IMAGE_COMPOSITE="composite_office_lockscreen.png" -i3lock $PARAM -i $IMAGE_COMPOSITE +i3lock -n $PARAM -i $IMAGE_COMPOSITE exit # Dependencies: imagemagick, i3lock-color-git, scrot