Explicitly set output name
This commit is contained in:
parent
698757e613
commit
11f7359e1b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue