From 4b389613fdf367dbdbf6c7984bacdca3914668c2 Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 23 Jan 2025 19:19:46 +0500 Subject: add vim and bash configs --- scripts/image_from_xclip | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/image_from_xclip (limited to 'scripts/image_from_xclip') diff --git a/scripts/image_from_xclip b/scripts/image_from_xclip new file mode 100755 index 0000000..7485c19 --- /dev/null +++ b/scripts/image_from_xclip @@ -0,0 +1,2 @@ +#!/bin/sh +xclip -selection clipboard -t image/png -o > $1 -- cgit v1.2.3