commands.sh

xev

all

Print contents of X events.

More info →

Examples (4)

Monitor all occurring X events

Monitor all X events of the root window instead of creating a new one

xev -root

Monitor all X events of a particular window

xev -id window_id

Monitor X events from a given category (can be specified multiple times)

xev -event event_category
made by @shridhargupta | data from tldr-pages