resources
resources copied to clipboard
Add parent detection
Fixes #299
before & after. Proton mail has its children accounted for.
I've done three things:
- include parent pid in processdata
- iff the cgroup is
org.gnome.Shell
, lets try to lookup our parent before invariably being resolved toorg.gnome.Shell
- Enabled short-circuiting of the last
some
for performance
I don't expect this to be the final revision, so opening as draft to encourage discussion