Skip to content

Commit a9a664d

Browse files
davidedmundsonhsitter
authored andcommitted
Mark wayland support as experimental
The readme is changed to clarify the existing wayland reference is about the launched sessions.
1 parent 2c76c80 commit a9a664d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![IRC Network](https://img.shields.io/badge/irc-freenode-blue.svg "IRC Freenode")](https://webchat.freenode.net/?channels=sddm)
44

5-
SDDM is a modern display manager for X11 and Wayland aiming to be fast, simple and beautiful.
5+
SDDM is a modern display manager for X11 and Wayland sessions aiming to
6+
be fast, simple and beautiful.
67
It uses modern technologies like QtQuick, which in turn gives the designer the ability to
78
create smooth, animated user interfaces.
89

data/man/sddm.conf.rst.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ OPTIONS
4242

4343
* `x11`: X server running as root.
4444
* `x11-user`: X server running as unprivileged user.
45-
* `wayland`: Wayland compositor as unprivileged user.
45+
* `wayland`: Wayland compositor as unprivileged user. (Experimental)
4646

4747
Default value is "x11".
4848
For `x11-user` you might need to configure Xorg.wrap(1).

src/common/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace SDDM {
3939
// Name Type Default value Description
4040
// TODO: Change default to x11-user in a future release
4141
Entry(DisplayServer, QString, _S("x11"), _S("Which display server should be used.\n"
42-
"Valid values are: x11, x11-user, wayland."));
42+
"Valid values are: x11, x11-user, wayland. Wayland support is experimental"));
4343
Entry(HaltCommand, QString, _S(HALT_COMMAND), _S("Halt command"));
4444
Entry(RebootCommand, QString, _S(REBOOT_COMMAND), _S("Reboot command"));
4545
Entry(Numlock, NumState, NUM_NONE, _S("Initial NumLock state. Can be on, off or none.\n"

0 commit comments

Comments
 (0)