Explicitly set output name

This commit is contained in:
finga 2020-09-02 23:02:13 +02:00
parent 698757e613
commit 11f7359e1b
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"