aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Fadel <samuel@nihil.ws>2023-09-28 14:00:47 +0200
committerSamuel Fadel <samuel@nihil.ws>2023-09-28 14:00:47 +0200
commit0e3451323afafe089bbf9b4fc4f3c602dc2a7f7d (patch)
treeb5a6ab4409b0fd8ebec81cc29ece9d5f89e00de8
parent5c09be045724b6201566a6b5357612ce2e20403b (diff)
Updated README.md, LICENSE, meson.build to reflect fork.
-rw-r--r--LICENSE1
-rw-r--r--README.md10
-rw-r--r--meson.build2
3 files changed, 7 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE
index 1d80bd0..88f57ca 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,5 @@
Copyright (c) 202-2021 ProgAndy <code@progandy.de>
+Copyright (c) 2023 Samuel Fadel <samuel@nihil.ws>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff --git a/README.md b/README.md
index aed20a9..1e83372 100644
--- a/README.md
+++ b/README.md
@@ -15,17 +15,17 @@ output with as little overhead as possible.
## Usage
-List the outputs and their IDs.
+List the outputs and their IDs:
wlr-mirror
-Create the mirror
+Create the mirror:
wlr-mirror $ID
-wdomirror does not preserve the aspect ratio, 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.
+`wlr-mirror` does not preserve the aspect ratio, 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
diff --git a/meson.build b/meson.build
index 52b01ec..219c3ce 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project(
- 'wdomirror',
+ 'wlr-mirror',
'c',
version: '0.1.0',
license: 'MIT',