mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
Use /usr/lib/environment.d for x11 config DISPLAY=:0
This commit is contained in:
parent
a2ad0aaf66
commit
d8b507e8d0
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user