fuzzy-i3lock: Fix temporary screenshot creation

This commit is contained in:
finga 2022-09-03 23:24:04 +02:00
parent 4f10f10320
commit c04fb921f4
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@
screenshot="${TMPDIR:-/tmp}/fuzzy-i3lock.png"
scrot "$screenshot"
scrot -o "$screenshot"
mogrify -scale 10% -scale 1000% "$screenshot"
exec i3lock -i "$screenshot"