Linux — How to get rid of something on screen you don't know where it comes from

Tue Mar 22 2022 00:00:00 GMT+0000 (Coordinated Universal Time)

How to get rid of something (a window) on screen you don't know where it comes from:

xprop _NET_WM_PID

This will get you the process id. At least it did for me. Use:

ps aux

plus grep to find out what the process is. Then kill.