Skip to content

Commit 8f3ceb0

Browse files
committed
mios.toml: consolidate apps to ONE -- MiOS.lnk opens MiOS-DEV
Operator 2026-05-09: "MiOS app opens direct to the local OCI image(s) or podman-MiOS-DEV ... TOO MANY APPS!! I SAID UNIFY". [apps] hub_shortcut_name "MiOS-WIN" -> "MiOS" -- THE single MiOS app .lnk; per-verb shortcuts removed (MiOS Help / MiOS Config / MiOS-DEV / MiOS-WIN are typed verbs in the terminal, not separate native apps). [theme.terminal] profile_name "MiOS-WIN" (unchanged -- WT pwsh dashboard profile, no .lnk; available in WT dropdown for operators who want the Windows-side typing surface). dev_profile_name "MiOS-DEV" (unchanged -- WT dev VM profile). hub_target_profile "MiOS-DEV" NEW KEY -- the WT profile name that the hub MiOS.lnk launches. Default = "MiOS-DEV" so clicking MiOS opens the dev VM bash login (the canonical MiOS experience). Operators can override via mios.html if they prefer the pwsh dashboard surface. summon_window_name "MiOS-DEV" -- Win+Space summons the dev VM. Companion mios-bootstrap commit (f1781f4) drops $miosVerbs to [] and extends the legacy-shortcut reap to clean up MiOS-WIN.lnk + the per-verb .lnks left behind by previous installs.
1 parent ad04e7a commit 8f3ceb0

1 file changed

Lines changed: 25 additions & 16 deletions

File tree

usr/share/mios/mios.toml

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,20 +1826,23 @@ chrome_h_px = 12
18261826
[theme.terminal]
18271827
# Windows Terminal "MiOS" scheme name -- the WT settings.json patcher
18281828
# stamps a scheme block whose colors come from the [colors] table above.
1829-
# Operator 2026-05-09: "MiOS-DEV is the main application the end
1830-
# user uses, MiOS app itself should be defined as MiOS-WIN from
1831-
# here on out". The Linux dev VM (MiOS-DEV) is the canonical MiOS
1832-
# experience; the Windows-side launcher/dispatcher app gets the
1833-
# explicit "-WIN" suffix to distinguish. The PROJECT name remains
1834-
# "MiOS"; only the Windows TERMINAL APP name changes.
1829+
# Operator 2026-05-09 (re-decision): "MiOS app opens direct to the
1830+
# local OCI image(s) or podman-MiOS-DEV!!!". Consolidated: ONE
1831+
# user-facing app named "MiOS" that opens straight into MiOS-DEV
1832+
# (the canonical MiOS Linux experience). The Windows-side pwsh
1833+
# WT profile keeps the "MiOS-WIN" name (for the post-install
1834+
# transition surface and operator-typed `mios <verb>` workflow)
1835+
# but it's NOT a Start Menu app -- only "MiOS.lnk" lives in the
1836+
# Start Menu, and it launches the MiOS-DEV WT profile directly.
18351837
scheme_name = "MiOS" # color scheme, project palette
1836-
profile_name = "MiOS-WIN" # WT profile + .lnk + Add/Remove
1837-
dev_profile_name = "MiOS-DEV" # WT profile for the dev VM
1838-
# Global summon keybinding (toggle MiOS-WIN WT window open/close
1839-
# from anywhere on the desktop). Uses WT's globalSummon action
1840-
# targeting the named window. Operator override via mios.html.
1838+
profile_name = "MiOS-WIN" # WT pwsh dashboard profile (no .lnk)
1839+
dev_profile_name = "MiOS-DEV" # WT dev VM profile (the "MiOS.lnk" target)
1840+
hub_target_profile = "MiOS-DEV" # WT profile launched by the hub .lnk
1841+
# Global summon keybinding (toggle MiOS WT window open/close from
1842+
# anywhere on the desktop). The summoned window is the dev VM
1843+
# (MiOS-DEV) per the consolidation -- one MiOS, one chord.
18411844
summon_keys = "win+space"
1842-
summon_window_name = "MiOS-WIN"
1845+
summon_window_name = "MiOS-DEV"
18431846

18441847
[theme.prompt]
18451848
# oh-my-posh renderer SSOT. mios.toml IS the canonical source for
@@ -1991,10 +1994,16 @@ rows = [
19911994
[apps]
19921995
aumid = "MiOS.Workstation"
19931996
start_menu_folder = "MiOS" # umbrella folder name (project)
1994-
hub_shortcut_name = "MiOS-WIN" # the .lnk file name + display label
1995-
# (operator 2026-05-09: "MiOS app
1996-
# itself should be defined as MiOS-WIN
1997-
# from here on out").
1997+
hub_shortcut_name = "MiOS" # the ONE MiOS .lnk -- opens MiOS-DEV
1998+
# WT profile directly (operator
1999+
# 2026-05-09: "MiOS app opens direct
2000+
# to ... podman-MiOS-DEV"). Per-verb
2001+
# shortcuts (MiOS Help / MiOS Config /
2002+
# MiOS-DEV / MiOS-WIN) are intentionally
2003+
# NOT created -- those are typed verbs
2004+
# in the terminal (`mios help`,
2005+
# `mios config`, etc.), not separate
2006+
# native apps.
19982007

19992008
[apps.shortcuts]
20002009
# Per-verb Start Menu + Desktop shortcuts. The hub "MiOS.lnk" + the

0 commit comments

Comments
 (0)