blob: 8ce392459d0e0842028e98f64fb23cf507cead9f (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# wdomirror
wdomirror utilizes the wlroots dmabuf export protocol to create a mirror of an outout
with as little overhead as possible.
## Building
meson build
ninja -C build
## Usage
List the outputs and their IDs.
./wdomirror
Create the mirror
./wdomirror $ID
wdomirror does not preserve the aspect ration, so make sure to set the size of the mirror window correctly.
For fullscreen, make sure that both source and target outputs have the same aspect ratio.
## License
[MIT](LICENSE)
|