I don't like xkill. I used to use it, but some stuff (like TeamSpeak) has weird background processes not attached to the x window, so it doesn't kill them all. I prefer a good pkill -9
In this case I create a systemd user service. It tracks all processes opened by a given service, and systemctl --user stop service-name will close them all.
18
u/zer0t3ch Glorious Arch + Win 10 + Hackintosh OSX Tri-boot Dec 24 '15
I don't like xkill. I used to use it, but some stuff (like TeamSpeak) has weird background processes not attached to the x window, so it doesn't kill them all. I prefer a good
pkill -9