Skip to content

Commit 2dd1546

Browse files
authored
xev: add page (tldr-pages#6548)
1 parent 1e46d18 commit 2dd1546

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pages/common/xev.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# xev
2+
3+
> Print contents of X events.
4+
> More information: <https://gitlab.freedesktop.org/xorg/app/xev>.
5+
6+
- Monitor all occuring X events:
7+
8+
`xev`
9+
10+
- Monitor all X events of the root window instead of creating a new one:
11+
12+
`xev -root`
13+
14+
- Monitor all X events of a particular window:
15+
16+
`xev -id {{window_id}}`
17+
18+
- Monitor X events from a given category (can be specified multiple times):
19+
20+
`xev -event {{event_category}}`

0 commit comments

Comments
 (0)