sddm: silence error about missing wayland directory
This commit is contained in:
parent
bd5fd61967
commit
46a92333e9
@ -55,6 +55,11 @@ let
|
|||||||
DisplayCommand=${Xsetup}
|
DisplayCommand=${Xsetup}
|
||||||
DisplayStopCommand=${Xstop}
|
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 ''
|
${optionalString cfg.autoLogin.enable ''
|
||||||
[Autologin]
|
[Autologin]
|
||||||
User=${cfg.autoLogin.user}
|
User=${cfg.autoLogin.user}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user