mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
Apply 2 suggestion(s) to 2 file(s)
Co-authored-by: Wildan Mubarok <willnode@wellosoft.net>
This commit is contained in:
parent
958fd719c6
commit
39301c21bf
@ -1,5 +1,6 @@
|
||||
# set orbital screen resolution to avoid x11 or wayland fallback for applications in a orbital session and workaround shell quirks
|
||||
export DISPLAY=/scheme/orbital/99.0
|
||||
export ORBITAL_DISPLAY=/scheme/orbital
|
||||
export DISPLAY=$or($DISPLAY "/scheme/orbital/99.0")
|
||||
export ORBITAL_DISPLAY=$or($ORBITAL_DISPLAY "/scheme/orbital")
|
||||
# optional alias for the "clear" command
|
||||
#alias cl = "clear"
|
||||
|
||||
@ -6,6 +6,6 @@ template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_cargo
|
||||
mkdir -pv "${COOKBOOK_STAGE}/home/user/.config/ion"
|
||||
cp -rv "${COOKBOOK_RECIPE}"/initrc "${COOKBOOK_STAGE}/home/user/.config/ion"
|
||||
mkdir -pv "${COOKBOOK_STAGE}/etc/skel/.config/ion"
|
||||
cp -rv "${COOKBOOK_RECIPE}"/config "${COOKBOOK_STAGE}/etc/skel/.config/ion"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user