diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-11 23:29:07 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-11 23:29:07 +0100 |
commit | 85c027057d58ed6f778df1c21d1dc312f14cafc8 (patch) | |
tree | d080c885f6f94e88333ca086ee87727906370b7f /.config/i3/extra/screenshot | |
parent | c90f39cc9eac74254bcba0700cec1a6d55520577 (diff) |
i3 xorg update. screenshot scrot update.
Diffstat (limited to '.config/i3/extra/screenshot')
-rwxr-xr-x | .config/i3/extra/screenshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/extra/screenshot b/.config/i3/extra/screenshot index 9a443b1..1fb1ae7 100755 --- a/.config/i3/extra/screenshot +++ b/.config/i3/extra/screenshot @@ -1,4 +1,4 @@ #!/bin/sh sleep 0.2 -scrot -sfe 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' +scrot -s -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' |