mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 22:48:56 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/linux/wev
Normal file
33
tldr/linux/wev
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# wev
|
||||
|
||||
> Print contents of Wayland events.
|
||||
> More information: <https://manned.org/wev>.
|
||||
|
||||
- Monitor all occurring Wayland events:
|
||||
|
||||
`wev`
|
||||
|
||||
- Print 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 -g`
|
||||
Reference in New Issue
Block a user