summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/dmscrot2
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/dmscrot b/.local/bin/dmscrot
index 6deee02..78a02de 100755
--- a/.local/bin/dmscrot
+++ b/.local/bin/dmscrot
@@ -51,6 +51,8 @@ sub clip_img
chomp $file;
system('echo -n ' . $file . ' | ' . XCLIP_PATH);
+ system('copyq write image/png - < ' . $file);
+ system('copyq', 'select', '0');
return;
}