diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2022-05-18 12:04:51 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-05-18 12:04:51 +0200 |
commit | 0398a81bdf7be08a07bded52d1eb60ed0a089f04 (patch) | |
tree | efedee709bad53f4abb4833c3e52f748060c7c67 /.local/bin | |
parent | 5822f9eb04370903907cba4829a20e7fdbe41946 (diff) |
i3: printscreen
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/printscreen | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/printscreen b/.local/bin/printscreen new file mode 100755 index 0000000..588b15b --- /dev/null +++ b/.local/bin/printscreen @@ -0,0 +1,3 @@ +#!/bin/sh + +scrot -q 100 -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' |