1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 07:35:24 +02:00

xev: add page (#6548)

This commit is contained in:
Aakash Sharma 2021-09-18 19:46:04 +05:30 committed by GitHub
parent 1e46d18b9d
commit 2dd1546512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/common/xev.md Normal file
View file

@ -0,0 +1,20 @@
# xev
> Print contents of X events.
> More information: <https://gitlab.freedesktop.org/xorg/app/xev>.
- 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}}`