script/lock: try login on enter

This commit is contained in:
Michele Guerini Rocco 2019-08-29 15:39:55 +02:00
parent 20c8605b9c
commit a27e50b488
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -7,4 +7,4 @@ test $# -eq 1 && icon=$1
scrot $tmpbg scrot $tmpbg
gm convert $tmpbg -scale 10% -scale 1000% $tmpbg gm convert $tmpbg -scale 10% -scale 1000% $tmpbg
gm composite -resize 256x256^ -gravity center "$icon" $tmpbg $tmpbg gm composite -resize 256x256^ -gravity center "$icon" $tmpbg $tmpbg
i3lock -e -u -i $tmpbg 2>/dev/null i3lock -u -i $tmpbg 2>/dev/null