From c9b669a2839b9a559470362c6c3de4f5a3ac4b3b Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 27 Sep 2020 13:45:57 +0200 Subject: [PATCH] nixos.manual: introduce Wayland section Co-Authored-By: Nicolas Berbiche --- .../manual/configuration/configuration.xml | 1 + nixos/doc/manual/configuration/wayland.xml | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 nixos/doc/manual/configuration/wayland.xml diff --git a/nixos/doc/manual/configuration/configuration.xml b/nixos/doc/manual/configuration/configuration.xml index 6eb8f50bacac..44ff1f1b571a 100644 --- a/nixos/doc/manual/configuration/configuration.xml +++ b/nixos/doc/manual/configuration/configuration.xml @@ -18,6 +18,7 @@ + diff --git a/nixos/doc/manual/configuration/wayland.xml b/nixos/doc/manual/configuration/wayland.xml new file mode 100644 index 000000000000..231c219cf081 --- /dev/null +++ b/nixos/doc/manual/configuration/wayland.xml @@ -0,0 +1,23 @@ + + Wayland + + + While X11 (see ) 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 sway without + separately enabling a Wayland server: + + = true; + + This installs the sway compositor along with some + essential utilities. Now you can start sway from the TTY + console. + +