mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add wayland config
This commit is contained in:
parent
c313e3932c
commit
bf7b9742ea
25
config/wayland.toml
Normal file
25
config/wayland.toml
Normal file
@ -0,0 +1,25 @@
|
||||
# X11 configuration
|
||||
|
||||
include = ["desktop.toml"]
|
||||
|
||||
# Override the default settings here
|
||||
|
||||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
filesystem_size = 4096
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
mesa = {}
|
||||
smallvil = {}
|
||||
xkeyboard-config = {}
|
||||
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/30_wayland"
|
||||
mode = 0o755
|
||||
data = """
|
||||
export XDG_RUNTIME_DIR /run/user/0
|
||||
mkdir -p $XDG_RUNTIME_DIR
|
||||
env LD_DEBUG=all smallvil_smallvil
|
||||
"""
|
||||
3
config/x86_64/wayland.toml
Normal file
3
config/x86_64/wayland.toml
Normal file
@ -0,0 +1,3 @@
|
||||
# Wayland configuration
|
||||
|
||||
include = ["../wayland.toml"]
|
||||
Loading…
Reference in New Issue
Block a user