Open
Description
What should we do if a shell surface becomes unresponsive?
In i3, it will just stay on the screen forever. You have to kill the pid or use something like xkill.
We could ping the surface and do something when it times out, like gray out the surface. Maybe a command would be appropriate like kill --force
to forcefully disconnect a client in this case.