sddm: silence error about missing wayland directory

This commit is contained in:
Peter Hoeg 2017-10-12 12:51:10 +08:00
parent bd5fd61967
commit 46a92333e9

View file

@ -55,6 +55,11 @@ let
DisplayCommand=${Xsetup}
DisplayStopCommand=${Xstop}
# This doesn't mean we have wayland support yet but is only to shut up an
# error about a missing default directory
[Wayland]
SessionDir=${dmcfg.session.desktops}
${optionalString cfg.autoLogin.enable ''
[Autologin]
User=${cfg.autoLogin.user}