2019-08-14 09:10:51 +01:00
|
|
|
# xkill
|
|
|
|
|
|
|
|
> Kill a window interactively in a graphical session.
|
|
|
|
> See also `kill` and `killall`.
|
2021-10-04 13:32:27 +01:00
|
|
|
> More information: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
|
2019-08-14 09:10:51 +01:00
|
|
|
|
|
|
|
- Display a cursor to kill a window when pressing the left mouse button (press any other mouse button to cancel):
|
|
|
|
|
|
|
|
`xkill`
|
2021-07-24 20:12:04 +01:00
|
|
|
|
|
|
|
- Display a cursor to select a window to kill by pressing any mouse button:
|
|
|
|
|
|
|
|
`xkill -button any`
|