Use the correct command to take screenshots
This commit is contained in:
parent
ea172a8c6d
commit
5da5c35c71
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@
|
||||||
|
|
||||||
screenshot="${TMPDIR:-/tmp}/fuzzy-i3lock.png"
|
screenshot="${TMPDIR:-/tmp}/fuzzy-i3lock.png"
|
||||||
|
|
||||||
scrot "$screenshot"
|
scrot -o "$screenshot"
|
||||||
mogrify -scale 10% -scale 1000% "$screenshot"
|
mogrify -scale 10% -scale 1000% "$screenshot"
|
||||||
exec i3lock -i "$screenshot"
|
exec i3lock -i "$screenshot"
|
||||||
|
|
Loading…
Reference in a new issue