From ab15091abeb4da09df74503a12dc80774958f3b7 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 17 Jun 2021 10:36:21 +0200 Subject: [PATCH] nixos/manual: mention xdg.portal.wlr module in Wayland --- nixos/doc/manual/configuration/wayland.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nixos/doc/manual/configuration/wayland.xml b/nixos/doc/manual/configuration/wayland.xml index 231c219cf081..2aefda3e22c0 100644 --- a/nixos/doc/manual/configuration/wayland.xml +++ b/nixos/doc/manual/configuration/wayland.xml @@ -20,4 +20,14 @@ essential utilities. Now you can start sway from the TTY console. + + + If you are using a wlroots-based compositor, like sway, and want to be able to + share your screen, you might want to activate this option: + + = true; + + and configure Pipewire using + and related options. +