commands.sh

xkill

all

Kill a window interactively in a graphical session. See also: `kill`, `killall`.

More info →

Examples (3)

Display a cursor to kill a window when pressing the left mouse button (press any other mouse button to cancel)

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
made by @shridhargupta | data from tldr-pages