snippetbashTip
wev — Print contents of Wayland events. More information: <https://manned.org/wev>.
Viewed 0 times
wevcommandcontentswaylandcliprinteventsmore
linux
Problem
How to use the
wev command: Print contents of Wayland events. More information: <https://manned.org/wev>.Solution
wev — Print contents of Wayland events. More information: <https://manned.org/wev>.Monitor all occurring Wayland events:
wevPrint all events received by a specific Wayland interface:
wev -f {{wl_keyboard}}Print only specific events received by a Wayland interface:
wev -f {{wl_keyboard}}:{{key}}Print everything but the specified wayland events:
wev -F {{wl_keyboard}}:{{key}}Write the
wl_keyboards's keymap to a file:wev -M {{path/to/file}}Print Wayland globals:
wev -gCode Snippets
Monitor all occurring Wayland events
wevPrint all events received by a specific Wayland interface
wev -f {{wl_keyboard}}Print only specific events received by a Wayland interface
wev -f {{wl_keyboard}}:{{key}}Print everything but the specified wayland events
wev -F {{wl_keyboard}}:{{key}}Write the `wl_keyboards`'s keymap to a file
wev -M {{path/to/file}}Context
tldr-pages: linux/wev
Revisions (0)
No revisions yet.