diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-18 15:26:40 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-18 15:26:40 +0200 |
commit | 77e73ca5f8d4f2cd676648c23d2b331a981b9f4c (patch) | |
tree | 7db54eccebadfb5359e5fa372dc51417ef1e1dce /.local/bin/printscreen | |
parent | 5303a93e873b8eb48192a6e7ba9d3d9a0821d94d (diff) |
merged printscreen and screenshot scripts
Diffstat (limited to '.local/bin/printscreen')
-rwxr-xr-x | .local/bin/printscreen | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.local/bin/printscreen b/.local/bin/printscreen deleted file mode 100755 index 588b15b..0000000 --- a/.local/bin/printscreen +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -scrot -q 100 -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' |