From 5b08b893fc8bcfa994d8920dc1e5afda93add551 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Tue, 12 Dec 2023 11:57:13 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20script=20capture=20d'=C3=A9cran=20simpl?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/bin/screentoclip.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .local/bin/screentoclip.sh diff --git a/.local/bin/screentoclip.sh b/.local/bin/screentoclip.sh new file mode 100755 index 0000000..b5b12e9 --- /dev/null +++ b/.local/bin/screentoclip.sh @@ -0,0 +1,3 @@ +#!/bin/sh +scrot -s -e 'xclip -selection clipboard -t image/png -i $f' +rm ~/*.png