2019-08-14 10:10:51 +02:00
|
|
|
# xkill
|
|
|
|
|
|
|
|
> Kill a window interactively in a graphical session.
|
2024-01-02 16:47:07 -03:00
|
|
|
> See also: `kill`, `killall`.
|
2021-10-04 23:32:27 +11:00
|
|
|
> More information: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
|
2019-08-14 10:10:51 +02:00
|
|
|
|
|
|
|
- Display a cursor to kill a window when pressing the left mouse button (press any other mouse button to cancel):
|
|
|
|
|
|
|
|
`xkill`
|
2021-07-25 00:42:04 +05:30
|
|
|
|
|
|
|
- Display a cursor to select a window to kill by pressing any mouse button:
|
|
|
|
|
|
|
|
`xkill -button any`
|
2024-01-02 16:47:07 -03:00
|
|
|
|
2024-03-14 02:01:06 -03:00
|
|
|
- Kill a window with a specific ID (use `xwininfo` to get info about windows):
|
2024-01-02 16:47:07 -03:00
|
|
|
|
|
|
|
`xkill -id {{id}}`
|