aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/mscrot
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-07-28 08:34:50 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-07-28 08:34:58 +0200
commit96734273e0950c6d33fc81d7ffe67896e25808b3 (patch)
treefe389f07ccf32d74ca9b258960cb29dbc3111c9c /.local/bin/mscrot
parentf5106116910772c1c94577cae05ead0b96d1d5f7 (diff)
Remove -z from scrots
Diffstat (limited to '.local/bin/mscrot')
-rwxr-xr-x.local/bin/mscrot2
1 files changed, 1 insertions, 1 deletions
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}"