Currently using KDE.
I'd like a shortcut that's able to kill a window, but not all windows of the same process.
For example, right now I'm using xkill to kill windows using the mouse. I love it, but say I launch two xfce-terminal windows and I only want to xkill one of them with the mouse. If I click on any of those terminal windows, it kills both. I only want the one I specifically clicked on to close, not both terminal windows.
Any way to accomplish this without having to manually type anything in? I'm hoping I can use the mouse like I usually do, only just having it kill specific windows.
x
in the corner of the window. – Nmath Mar 13 '22 at 21:57xfce4-terminal &
thendisown
in the original terminal to prevent the one from closing the other one. – Terrance Mar 13 '22 at 23:34