File: README.md

package info (click to toggle)
wev 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: ansic: 1,395; makefile: 89
file content (22 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# wayland event viewer

This is a tool for debugging events on a Wayland window, analagous to the X11
tool xev.

## Installation

wev depends on libwayland-client and libxkbcommon.

    $ make
    # make install

## Usage

    wev [-g] [-f <interface[:event]>] [-F <interface[:event]>] [-M <path>]

See `wev(1)` for details.

## Contributing

Please send patches to
[~sircmpwn/public-inbox@lists.sr.ht](https://lists.sr.ht/~sircmpwn/public-inbox)