From 96734273e0950c6d33fc81d7ffe67896e25808b3 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 28 Jul 2022 08:34:50 +0200 Subject: Remove -z from scrots --- .local/bin/mscrot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/mscrot') diff --git a/.local/bin/mscrot b/.local/bin/mscrot index 3848aaa..fedd0d9 100755 --- a/.local/bin/mscrot +++ b/.local/bin/mscrot @@ -3,4 +3,4 @@ p="~/pictures/scrot" cmd="mv \$f ${p} && notify-send \"Screenshot\" \"Saved to ${p}/\$f\"" -scrot -mz multi-%Y%m%d%H%M%S.png -e "${cmd}" +scrot -m multi-%Y%m%d%H%M%S.png -e "${cmd}" -- cgit v1.1