diff options
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/' |