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." }