[displaymanager] Add SDDM config-file setting
This commit is contained in:
parent
012138c1f2
commit
25ab3f7f03
@ -76,3 +76,5 @@ greetd:
|
||||
greeter_css_location: "/etc/greetd/style.css"
|
||||
lightdm:
|
||||
preferred_greeters: ["lightdm-greeter.desktop", "slick-greeter.desktop"]
|
||||
sddm:
|
||||
configuration_file: "/etc/sddm.conf"
|
||||
|
@ -31,3 +31,9 @@ properties:
|
||||
type: object
|
||||
properties:
|
||||
preferred_greeters: { type: array, items: { type: string } }
|
||||
additionalProperties: false
|
||||
sddm:
|
||||
type: object
|
||||
properties:
|
||||
configuration_file: { type: string }
|
||||
additionalProperties: false
|
||||
|
Loading…
Reference in New Issue
Block a user