summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-06-25 03:50:44 +0200
committerGitHub <noreply@github.com>2021-06-25 03:50:44 +0200
commit27bbb94761758d4926c07215cdb456c03c382c68 (patch)
treef1f8915f59e1d422a97c301ee1f32cc4a7232738 /nixos/doc
parent3b392e8951cef55c2c56e8549107ccd0f1920f0d (diff)
parentab15091abeb4da09df74503a12dc80774958f3b7 (diff)
downloadnixpkgs-27bbb94761758d4926c07215cdb456c03c382c68.tar
nixpkgs-27bbb94761758d4926c07215cdb456c03c382c68.tar.gz
nixpkgs-27bbb94761758d4926c07215cdb456c03c382c68.tar.bz2
nixpkgs-27bbb94761758d4926c07215cdb456c03c382c68.tar.lz
nixpkgs-27bbb94761758d4926c07215cdb456c03c382c68.tar.xz
nixpkgs-27bbb94761758d4926c07215cdb456c03c382c68.tar.zst
nixpkgs-27bbb94761758d4926c07215cdb456c03c382c68.zip
Merge pull request #127085 from minijackson/xdg-desktop-portal-wlr-0.4.0-and-module
xdg-desktop-portal-wlr: 0.3.0 -> 0.4.0 and module
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/configuration/wayland.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/configuration/wayland.xml b/nixos/doc/manual/configuration/wayland.xml
index 231c219cf08..2aefda3e22c 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 <package>sway</package> from the TTY
   console.
  </para>
+
+ <para>
+  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:
+<programlisting>
+<xref linkend="opt-xdg.portal.wlr.enable"/> = true;
+</programlisting>
+  and configure Pipewire using <xref linkend="opt-services.pipewire.enable"/>
+  and related options.
+ </para>
 </chapter>