1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 11:22:09 +02:00
tldr/pages/common/xev.md
2021-09-18 16:16:04 +02:00

415 B

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}}