From d8b507e8d00a60df390908377e9b21f106001cbf Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sat, 11 Apr 2026 15:41:00 +0200 Subject: [PATCH] Use /usr/lib/environment.d for x11 config DISPLAY=:0 --- config/x11.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config/x11.toml b/config/x11.toml index 7ea5146a..06de655f 100644 --- a/config/x11.toml +++ b/config/x11.toml @@ -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 """