KDE: Difference between revisions

Malix (talk | contribs)
Rootless X11: fix: remaining SDDM mention
Tags: Mobile edit Mobile web edit
Malix (talk | contribs)
fix: plm defaults to Wayland (and is rootless for X11)
Tags: Mobile edit Mobile web edit
Line 15: Line 15:


== Configuration ==
== Configuration ==
=== Rootless X11 ===
{{ic|plasma-login-manager}} launches X11 as a root user by default. For better security, X11 can be run as a non-root user, but using Wayland is better tested and thus preferred:
<syntaxhighlight lang="nix">
# Using X11 as a non-root user
services.displayManager.plasma-login-manager.settings.General.DisplayServer = "x11-user";
# Using Wayland (preferred)
services.displayManager.plasma-login-manager.settings.General.DisplayServer = "wayland";
</syntaxhighlight>


=== Excluding applications from the default install ===
=== Excluding applications from the default install ===