From 29c894db157e9b2bb2a392e0abb83ac700a839d5 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 1 Nov 2022 14:13:08 +0100 Subject: sync --- .scripts/scrot | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.scripts/scrot') diff --git a/.scripts/scrot b/.scripts/scrot index a26b5fd..a37a1ce 100755 --- a/.scripts/scrot +++ b/.scripts/scrot @@ -1,3 +1,5 @@ -#!/bin/sh +#!/bin/bash -maim -us | clip image/png +# maim -us | clip image/png +killall -9 flameshot +(flameshot &) && (sleep 0.5s && flameshot gui) -- cgit v1.2.3