2021-09-18 15:16:04 +01:00
|
|
|
# xev
|
|
|
|
|
|
|
|
> Print contents of X events.
|
|
|
|
> More information: <https://gitlab.freedesktop.org/xorg/app/xev>.
|
|
|
|
|
2022-05-28 16:14:47 +01:00
|
|
|
- Monitor all occurring X events:
|
2021-09-18 15:16:04 +01:00
|
|
|
|
|
|
|
`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}}`
|