aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wscrot
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/wscrot')
-rwxr-xr-x.local/bin/wscrot2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/wscrot b/.local/bin/wscrot
index 2970713..979dbef 100755
--- a/.local/bin/wscrot
+++ b/.local/bin/wscrot
@@ -3,4 +3,4 @@
p="~/pictures/scrot"
cmd="mv \$f ${p} && notify-send \"Screenshot\" \"Saved to ${p}/\$f\""
-scrot -bsz window-%Y%m%d%H%M%S.png -e "${cmd}"
+scrot -bs window-%Y%m%d%H%M%S.png -e "${cmd}"