Skip to content

Commit ad04e7a

Browse files
committed
mios.toml: rename Windows app MiOS -> MiOS-WIN ([theme.terminal] + [apps])
Operator 2026-05-09: "MiOS-DEV is the main application the end user uses, MiOS app itself should be defined as MiOS-WIN from here on out". The Linux dev VM (MiOS-DEV) is the canonical MiOS experience -- the immutable Fedora bootc OS / GNOME desktop / AI workstation the operator interacts with day-to-day. The Windows-side launcher / dispatcher app gets an explicit "-WIN" suffix to distinguish it from the Linux MiOS-DEV. PROJECT name remains "MiOS"; only the WINDOWS TERMINAL APP name changes. Two SSOT keys updated: [theme.terminal].profile_name "MiOS" -> "MiOS-WIN" [apps].hub_shortcut_name "MiOS" -> "MiOS-WIN" Unchanged (intentionally): [theme.terminal].scheme_name "MiOS" -- color scheme name stays project-level [theme.terminal].dev_profile_name "MiOS-DEV" -- already the dev VM profile [apps].aumid "MiOS.Workstation" -- taskbar-grouping AumID; immutable for upgrade pinning [apps].start_menu_folder "MiOS" -- umbrella folder under Programs\, project-level Companion mios-bootstrap commit (0273d29) wires the renamed profile_name + hub_shortcut_name into Get-MiOS.ps1's WT-profile patcher + .lnk creation, with reap-old logic for "MiOS.lnk" + the "MiOS" WT profile so upgraders don't end up with both names.
1 parent 77ee688 commit ad04e7a

1 file changed

Lines changed: 18 additions & 13 deletions

File tree

usr/share/mios/mios.toml

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,18 +1826,20 @@ 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-
scheme_name = "MiOS"
1830-
profile_name = "MiOS"
1831-
dev_profile_name = "MiOS-DEV"
1832-
# Global summon keybinding (toggle MiOS WT window open/close from
1833-
# anywhere on the desktop). Uses WT's globalSummon action targeting
1834-
# the named window. Operator: "MiOS app should be invokable via a
1835-
# chord/keycombo like winkey + Spacebar to open and close the
1836-
# window at will". Override here to change the chord (e.g.
1837-
# "ctrl+shift+space", "win+grave_accent" for the classic quake
1838-
# pattern, "ctrl+win+m" for a more MiOS-flavored chord).
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.
1835+
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.
18391841
summon_keys = "win+space"
1840-
summon_window_name = "MiOS"
1842+
summon_window_name = "MiOS-WIN"
18411843

18421844
[theme.prompt]
18431845
# oh-my-posh renderer SSOT. mios.toml IS the canonical source for
@@ -1988,8 +1990,11 @@ rows = [
19881990
# ----------------------------------------------------------------------------
19891991
[apps]
19901992
aumid = "MiOS.Workstation"
1991-
start_menu_folder = "MiOS"
1992-
hub_shortcut_name = "MiOS"
1993+
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").
19931998

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

0 commit comments

Comments
 (0)