1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:42:07 +02:00
tldr/pages/common/xkill.md
Vitor Henrique 8bd5c25864
xwininfo: add page; xkill: update page (#11945)
* xwininfo: add page ant pt_BR translation

* xkill: update page and pt_BR translation

* xwininfo: update pt_BR translation

* xwininfo: fix ID casing and ellipsis

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* xwininfo: fix ID casing in pt_BR

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2024-01-02 16:47:07 -03:00

17 lines
501 B
Markdown

# xkill
> Kill a window interactively in a graphical session.
> See also: `kill`, `killall`.
> More information: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
- Display a cursor to kill a window when pressing the left mouse button (press any other mouse button to cancel):
`xkill`
- Display a cursor to select a window to kill by pressing any mouse button:
`xkill -button any`
- Kill a window with a specific id (use `xwininfo` to get info about windows):
`xkill -id {{id}}`