diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-10 12:32:04 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-10 12:32:04 +0200 |
commit | e2f69c3bc006642198258256134f2012c3c6aef0 (patch) | |
tree | 09067f98c7464a01ab3e11f16618bc6726e75a67 /bin | |
parent | 3586f683adbad56a6f22e967974177a48a191096 (diff) |
Screenshots taken with they keybind are now saved to
~/Pictures/screenshots
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/screenshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/screenshot b/bin/screenshot index 2b2fc5b..a3bae84 100755 --- a/bin/screenshot +++ b/bin/screenshot @@ -1,4 +1,4 @@ #!/bin/sh sleep 0.2 -scrot -sf +scrot -sfe 'mv $f ~/Pictures/screenshots/' |