From 3de3c299b23f64909bd6b3e42626ec818b0221d6 Mon Sep 17 00:00:00 2001 From: SuperKenVery <39673849+SuperKenVery@users.noreply.github.com> Date: Thu, 1 May 2025 01:33:38 +0800 Subject: [PATCH] docs(configuration): Update doc for wlr capture method (#3828) --- docs/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 315ea7e2..bdd187be 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1947,7 +1947,8 @@ editing the `conf` file in a text editor. Use the examples as reference. wlr - Capture for wlroots based Wayland compositors via DMA-BUF. + Capture for wlroots based Wayland compositors via wlr-screencopy-unstable-v1. It is possible to capture + virtual displays in e.g. Hyprland using this method. @note{Applies to Linux only.}