Use /usr/lib/environment.d for x11 config DISPLAY=:0

This commit is contained in:
bjorn3 2026-04-11 15:41:00 +02:00
parent a2ad0aaf66
commit d8b507e8d0

View File

@ -124,13 +124,10 @@ mate-session&
"""
# Override console config to set DISPLAY=:0
[[files]]
path = "/usr/lib/init.d/30_console"
path = "/usr/lib/environment.d/10_x11"
data = """
requires_weak 20_orbital
nowait DISPLAY=:0 getty 2
nowait DISPLAY=:0 getty /scheme/debug/no-preserve -J
DISPLAY=:0
"""