From f2f3935bf1d2d5d53b4ff18b60542c785615af5a Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Tue, 5 Sep 2023 21:53:56 +0200 Subject: [PATCH] Helps to not _just_ nick everything --- maim-utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maim-utils b/maim-utils index 3866b31..13ec0ad 100755 --- a/maim-utils +++ b/maim-utils @@ -40,7 +40,7 @@ clip_focus(){ fancy(){ # nicked straight from the maim README (https://github.com/naelstrof/maim#examples) - maim -st 9999999 | convert - \( +clone -background black -shadow 80x3+5+5 \) +swap -background none -layers merge +repage shadow.png + maim -st 9999999 | convert - \( +clone -background black -shadow 80x3+5+5 \) +swap -background none -layers merge +repage PNG:- | xclip -sel clip -t image/png notify-send 'Maim utils' "Shot selection and sent it to the clipboard.\nBe aware that the selection process can be cancelled using any keypress and that this won't show up due to xclip eating the exit status." }