mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 15:52:35 +00:00
Update cheatsheets
This commit is contained in:
22
xkill
Normal file
22
xkill
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user