slurp
slurp copied to clipboard
screenshots the slurp selector edges
looks weird, you see black edges on the screenshot, most likely becuase it also screenshots slurp
grim -g "$(slurp)" -| wl-copy
and you can see black edges
I can't reproduce.
hm, i can send you one
also, this issue might be becuase i use wayfire, but I'm not sure
might be because i use wayfire
Do you have some animation that fades windows out when they close instead of them instantly disappearing? Does this happen to slurp's border?
ye, it does that, but couldn't it just ignore the box?
No, slurp nor grim can't do anything about Wayfire's animations.
perhaps wait a small amount of time between getting the coordinates with grim. Something like:
grim -g "$(slurp; sleep .5)" -| wl-copy
No, slurp nor grim can't do anything about Wayfire's animations.
slurp can do one thing: set an app_id so that it can be matched and have animation disabled. Currently I find no way to identify slurp so I have to disable all animation for the "overlay" type.
slurp sets the layer-shell namespace. layer-shell has no app-id.
Oops, that explains. Thanks.