aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/nixos/doc/manual/configuration/wayland.xml
blob: 231c219cf0811ec5fed80054d56f132c973d2787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<chapter xmlns="http://docbook.org/ns/docbook"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         xmlns:xi="http://www.w3.org/2001/XInclude"
         version="5.0"
         xml:id="sec-wayland">
 <title>Wayland</title>

 <para>
  While X11 (see <xref linkend="sec-x11"/>) is still the primary display
  technology on NixOS, Wayland support is steadily improving.
  Where X11 separates the X Server and the window manager, on Wayland those
  are combined: a Wayland Compositor is like an X11 window manager, but also
  embeds the Wayland 'Server' functionality. This means it is sufficient to
  install a Wayland Compositor such as <package>sway</package> without
  separately enabling a Wayland server:
<programlisting>
<xref linkend="opt-programs.sway.enable"/> = true;
</programlisting>
  This installs the <package>sway</package> compositor along with some
  essential utilities. Now you can start <package>sway</package> from the TTY
  console.
 </para>
</chapter>