xev
Print contents of X events.
- Monitor all occuring X events:
xev
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).