Apply 2 suggestion(s) to 2 file(s)

Co-authored-by: Wildan Mubarok <willnode@wellosoft.net>
This commit is contained in:
Ribbon 2026-06-22 05:00:38 -03:00
parent 958fd719c6
commit 39301c21bf
2 changed files with 4 additions and 3 deletions

View File

@ -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"

View File

@ -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"
"""