Use the correct command to take screenshots

This commit is contained in:
finga 2023-04-19 16:11:03 +02:00
parent ea172a8c6d
commit 5da5c35c71

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"