1wev(1) General Commands Manual wev(1)
2
3
4
6 wev - show wayland events
7
9 wev [-g] [-f <interface[:event]>] [-F <interface[:event]>] [-M <path>]
10
12 wev opens an xdg-shell toplevel on the default Wayland display (via the
13 WAYLAND_DISPLAY environment variable), then prints events associated
14 with that display.
15
17 -g
18 Print globals.
19
20 -f <interface[:event]>
21 Only show events for the given Wayland interface, or for a specific
22 event from that interface. May be specified more than once to show
23 several interfaces and/or events.
24
25 -F <interface[:event]>
26 Show all events except those from the given Wayland interface, or
27 except for a specific event from that interface. May be specified
28 more than once to hide several interfaces and/or events.
29
30 -M <path>
31 Writes the wl_keyboard's keymap to the specified path.
32
34 Maintained by Drew DeVault <sir@cmpwn.com>. Up-to-date sources can be
35 found at https://git.sr.ht/~sircmpwn/wev and bugs/patches can be sub‐
36 mitted by email to ~sircmpwn/public-inbox@lists.sr.ht.
37
38
39
40 2023-04-25 wev(1)