From 726277d20d8ededbe44aa4560b1ec7e3413b7a3c Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Mon, 25 Oct 2021 18:25:52 +0200 Subject: Screenshot script now also copies to clipboard --- .config/i3/custom/screenshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/i3/custom') diff --git a/.config/i3/custom/screenshot b/.config/i3/custom/screenshot index a3bae84..9a443b1 100755 --- a/.config/i3/custom/screenshot +++ b/.config/i3/custom/screenshot @@ -1,4 +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