mirror of
https://gitlab.com/EternalWanderer/maim-utils
synced 2024-11-29 04:33:50 +01:00
Helps to not _just_ nick everything
This commit is contained in:
parent
ce8820ee79
commit
f2f3935bf1
|
@ -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."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue