Helps to not _just_ nick everything

This commit is contained in:
Nox Sluijtman 2023-09-05 21:53:56 +02:00
parent ce8820ee79
commit f2f3935bf1

View file

@ -40,7 +40,7 @@ clip_focus(){
fancy(){ fancy(){
# nicked straight from the maim README (https://github.com/naelstrof/maim#examples) # 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." 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."
} }