aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4fd5941..db2b5ba 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
# GPU Screen Recorder Notification
Notification in the style of ShadowPlay.
+
+On X11 the notification shows on the monitor that the cursor is on. On Wayland the notification shows on the monitor the Wayland compositor considers focused.
+
# Installation
If you are using an Arch Linux based distro then you can find gpu screen recorder notification on aur under the name gpu-screen-recorder-notification (`yay -S gpu-screen-recorder-notification`).\
If you are running another distro then you can run `sudo ./install.sh`, but you need to manually install the dependencies, as described below.
@@ -11,11 +14,12 @@ GPU Screen Recorder overlay uses meson build system so you need to install `meso
## Build dependencies
These are the dependencies needed to build GPU Screen Recorder Notification:
-* x11 (libx11, libxrandr, libxrender, libxfixes)
+* x11 (libx11, libxrandr, libxrender, libxext)
* libglvnd (which provides libgl, libglx and libegl)
+* wayland (wayland-client, wayland-egl, wayland-scanner)
# License
-This software is licensed under GPL3.0-only. `fonts/NotoSans-Bold.ttf` is licensed under `SIL Open Font License`.
+This software is licensed under GPL3.0-only. Files under `fonts/` directory belong to the Noto Sans Google fonts project and they are licensed under `SIL Open Font License`.
# Screenshots
![](https://dec05eba.com/images/gsr-notify-screenshot.png)