mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
Equalize desktop
This commit is contained in:
parent
ea8998d3a2
commit
fa420097a2
@ -1,29 +1,15 @@
|
|||||||
# Default build system configuration
|
# Default build system configuration
|
||||||
|
|
||||||
include = ["../minimal.toml"]
|
include = ["../desktop.toml"]
|
||||||
|
|
||||||
|
# Override the default settings here
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
[general]
|
[general]
|
||||||
# Filesystem size in MiB
|
# Filesystem size in MiB
|
||||||
filesystem_size = 512
|
# filesystem_size = 1024
|
||||||
|
|
||||||
# Package settings
|
# Package settings
|
||||||
[packages]
|
[packages]
|
||||||
cosmic-edit = {}
|
# example = {}
|
||||||
cosmic-icons = {}
|
rustpython = "ignore" # not tested
|
||||||
cosmic-files = {}
|
|
||||||
cosmic-term = {}
|
|
||||||
orbdata = {}
|
|
||||||
orbital = {}
|
|
||||||
orbutils = {}
|
|
||||||
pop-icon-theme = {}
|
|
||||||
shared-mime-info = {}
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/usr/lib/init.d/20_orbital"
|
|
||||||
data = """
|
|
||||||
audiod
|
|
||||||
export VT 3
|
|
||||||
orbital orblogin launcher
|
|
||||||
unset VT
|
|
||||||
"""
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user