diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-05-18 15:26:40 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-05-20 10:17:25 +0200 |
commit | 5b505b33eea12ebc23960bbf9bebeaed193ac85a (patch) | |
tree | 4668156440e5832e16adbcd1f0adc8a786c17e72 /.local/bin/printscreen | |
parent | 0398a81bdf7be08a07bded52d1eb60ed0a089f04 (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/' |