commit e6c5660
hovercats
·
2023-08-30 02:13:25 +0000 UTC
parent ac32c81
shot: nits
1 files changed,
+1,
-3
M
sh/shot
M
sh/shot
+1,
-3
1@@ -9,8 +9,6 @@ out="$dir/$(date +scrot-%Y%m%d-%H:%M).png"
2 ffmpeg \
3 -hide_banner -loglevel error \
4 -f x11grab -r 144 -draw_mouse 0 \
5- -i "$DISPLAY" \
6- -frames:v 1 \
7- "$out"
8+ -i "$DISPLAY" -frames:v 1 "$out"
9
10 echo "$out"