aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/sscrot
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/sscrot')
-rwxr-xr-x.local/bin/sscrot2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/sscrot b/.local/bin/sscrot
index 2d4c049..3e218d5 100755
--- a/.local/bin/sscrot
+++ b/.local/bin/sscrot
@@ -5,4 +5,4 @@ cmd="mv \$f ${p} && notify-send \"Screenshot\" \"Saved to ${p}/\$f\""
eval "$(get-focussed-monitor --coords)"
-scrot -a $X,$Y,$W,$H -z screen-%Y%m%d%H%M%S.png -e "${cmd}"
+scrot -a $X,$Y,$W,$H screen-%Y%m%d%H%M%S.png -e "${cmd}"