27 lines
759 B
Text
27 lines
759 B
Text
## Clawdie live operator USB — SDDM display manager config
|
|
##
|
|
## Drops into /usr/local/etc/sddm.conf.d/50-clawdie-live.conf on the live image.
|
|
##
|
|
## The live USB intentionally boots to an interactive greeter. The operator
|
|
## signs in at SDDM; autologin is not part of the current operator-USB plan.
|
|
|
|
[General]
|
|
HaltCommand=/sbin/shutdown -p now
|
|
RebootCommand=/sbin/shutdown -r now
|
|
Numlock=off
|
|
|
|
[Theme]
|
|
# Stay on the SDDM-shipped default until we ship a clawdie-branded QtQuick
|
|
# theme. Pinning here keeps the greeter consistent across pkg upgrades.
|
|
Current=elarun
|
|
CursorTheme=DMZ-White
|
|
|
|
[Users]
|
|
RememberLastUser=true
|
|
RememberLastSession=true
|
|
MinimumUid=1000
|
|
MaximumUid=29999
|
|
|
|
[X11]
|
|
SessionDir=/usr/local/share/xsessions
|
|
ServerArguments=-nolisten tcp -dpi 96
|