mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:27:19 +00:00
25 lines
543 B
Text
25 lines
543 B
Text
# AeThex Linux - LightDM Configuration
|
|
# Auto-login to AeThex Desktop Environment
|
|
|
|
[Seat:*]
|
|
# Auto-login configuration
|
|
autologin-user=aethex
|
|
autologin-user-timeout=0
|
|
user-session=aethex
|
|
|
|
# Session configuration
|
|
session-wrapper=/etc/lightdm/Xsession
|
|
greeter-session=lightdm-gtk-greeter
|
|
|
|
# Display setup
|
|
xserver-command=X -core
|
|
display-setup-script=/usr/share/aethex-os/setup-display.sh
|
|
|
|
# Appearance
|
|
greeter-hide-users=false
|
|
greeter-show-manual-login=true
|
|
allow-guest=false
|
|
|
|
# Background (if using greeter)
|
|
[LightDM]
|
|
run-directory=/run/lightdm
|