aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorProgAndy <code@progandy.de>2021-01-08 11:56:50 +0100
committerProgAndy <code@progandy.de>2021-01-08 11:56:50 +0100
commite4a4934e6f739909fbf346cbc001c72690b5c906 (patch)
tree3c5e411403347264a1c622179eb2803a085fab41 /README.md
parente3fe747d7e8de6a126a22879a88da9fdc164e0bc (diff)
Add README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8ce3924
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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)