From c8ebd37fefd22f83505ad0f7d3147057618d7235 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 25 Oct 2021 18:25:52 +0200 Subject: Screenshot script now also copies to clipboard --- .config/i3/custom/screenshot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/i3/custom/screenshot b/.config/i3/custom/screenshot index 0e22b5d..9a443b1 100755 --- a/.config/i3/custom/screenshot +++ b/.config/i3/custom/screenshot @@ -1,5 +1,4 @@ #!/bin/sh sleep 0.2 -scrot -sfe 'mv $f ~/Pictures/screenshots/' - +scrot -sfe 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' -- cgit v1.2.3-70-g09d2