aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-12-04 00:28:37 +0100
committerdec05eba <dec05eba@protonmail.com>2024-12-04 00:28:37 +0100
commit81c14f82e918e650a4d0162be68a537b15a684c2 (patch)
tree055fdc4ad223a102d91daaa5aaa19f01a8e032f6 /README.md
parent20e2e0bb0a1ce55ccdef3c4d24af9a8b63f48fcf (diff)
Put the notification on the correct focused monitor on wayland
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fd5941..b8635ab 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.