diff --git a/crates/punktfunk-host/src/mgmt.rs b/crates/punktfunk-host/src/mgmt.rs index 9ae33c5a..eb3988a7 100644 --- a/crates/punktfunk-host/src/mgmt.rs +++ b/crates/punktfunk-host/src/mgmt.rs @@ -1008,11 +1008,11 @@ struct DisplaySettingsState { fn preset_summary(id: &str) -> &'static str { match id { - "default" => "Today's behavior: a short linger absorbs reconnects, the streamed output is the sole desktop, extra clients get their own view.", - "gaming-rig" => "Dedicated couch/headless box: the game and its display survive disconnects; whoever connects takes the box over.", - "shared-desktop" => "A desktop you also use in person: never blank the real monitors, never keep ghost displays, concurrent viewers each get a view.", - "hotdesk" => "One user at a time with fast reattach; a second user is told the box is busy; each device+resolution keeps its own scaling.", - "workstation" => "Multi-monitor daily driver: your displays come back exactly where you arranged them, per-client identity, exclusive.", + "default" => "Good for most setups. Reconnects resume quickly, the stream is the whole desktop, and extra viewers each get their own screen.", + "gaming-rig" => "For a machine with no monitor that you only stream from. The game keeps running when you disconnect, and whoever connects next takes it over.", + "shared-desktop" => "For a PC you also use in person. Your real monitors are never blanked or left with a leftover display, and extra viewers each get their own screen.", + "hotdesk" => "One person at a time — roam between your own devices with an instant reconnect. Anyone else is told the box is busy.", + "workstation" => "Your multi-monitor daily driver. Displays come back exactly where you arranged them, each client keeps its own settings, and the desktop is yours alone.", _ => "", } } diff --git a/docs-site/content/docs/virtual-displays.md b/docs-site/content/docs/virtual-displays.md index 26fe8058..cd324737 100644 --- a/docs-site/content/docs/virtual-displays.md +++ b/docs-site/content/docs/virtual-displays.md @@ -15,8 +15,8 @@ on Windows). A change applies to the **next** connection — a running session k opened on. > **You rarely need to touch this.** The default behavior matches how punktfunk has always worked. -> Reach for a preset when you want a specific experience — a dedicated couch/gaming box, a desktop -> you also use in person, or a multi-monitor workstation. +> Reach for a preset when you want a specific experience — a dedicated box you only stream from, a +> desktop you also use in person, or a multi-monitor workstation. > **What's live today:** **keep-alive** (linger, or **forever**), **topology** (extend / primary / > exclusive), **conflict handling**, **per-client identity + persistent scaling** (Windows, KDE/KWin @@ -32,11 +32,11 @@ the individual options documented further down. | Preset | What it's for | |---|---| -| **Default** | Today's behavior. A short linger absorbs reconnects, the streamed output becomes the sole desktop, and extra clients each get their own view. | -| **Gaming rig** | A dedicated couch/headless box. The game and its display survive disconnects indefinitely (keep-alive **forever**), and whoever connects takes the box over. Release it from the console when you're done. | -| **Shared desktop** | A desktop you also use in person. punktfunk never blanks your real monitors and never leaves a ghost display behind; concurrent viewers each get a view. | -| **Hot-desk** | One user at a time with fast reattach — roaming between your own devices. A second user is told the box is busy, and each device+resolution keeps its own scaling. | -| **Workstation** | The multi-monitor daily driver. Your displays come back exactly where you arranged them, with per-client identity and an exclusive desktop. | +| **Default** | Good for most setups. Reconnects resume quickly, the streamed output becomes the whole desktop, and extra viewers each get their own screen. | +| **Headless box** | A machine with no monitor that you only ever stream from. The game and its display survive disconnects indefinitely (keep-alive **forever**), and whoever connects next takes the box over. Release it from the console when you're done. | +| **Shared desktop** | A PC you also use in person. punktfunk never blanks your real monitors and never leaves a leftover display behind; extra viewers each get their own screen. | +| **Hot-desk** | One person at a time — roam between your own devices with an instant reconnect. Anyone else is told the box is busy, and each device+resolution keeps its own scaling. | +| **Workstation** | Your multi-monitor daily driver. Displays come back exactly where you arranged them, each client keeps its own settings, and the desktop is yours alone. | ## Save your own preset @@ -69,7 +69,7 @@ this also keeps the **game itself running** so you can reconnect straight back i - **A duration** (seconds) — keep it for that long; a reconnect inside the window drops you straight back in, with no re-negotiation and no desktop reshuffle. - **Forever** — keep it until you stop the host or **release it** from the console (Host → *Virtual - displays* → *Release*). This is the gaming-rig model. + displays* → *Release*). This is the headless-box model. Default: **10 seconds**. Windows has always lingered 10 s; the Linux backends previously tore down immediately — a short linger makes reconnects smoother on both. @@ -194,6 +194,6 @@ landing on a dead stream — and switching between game mode and the KDE / GNOME follows the switch. If a launched game **exits**, a dedicated session ends and returns you to your library; a game mode / desktop session keeps streaming. -**My couch box's TV stayed on the streamed session after I disconnected.** With the **gaming-rig** +**My couch box's TV stayed on the streamed session after I disconnected.** With the **Headless box** preset (keep alive = *forever*), a managed Steam session is held indefinitely so a reconnect resumes instantly — return to game mode on the box (or restart the host) to hand the TV back. diff --git a/web/messages/de.json b/web/messages/de.json index 93364d71..a5890991 100644 --- a/web/messages/de.json +++ b/web/messages/de.json @@ -56,7 +56,7 @@ "display_preset": "Voreinstellung", "display_preset_custom": "Benutzerdefiniert", "display_preset_default": "Standard", - "display_preset_gaming_rig": "Gaming-Rig", + "display_preset_gaming_rig": "Headless-Box", "display_preset_shared_desktop": "Geteilter Desktop", "display_preset_hotdesk": "Hot-Desk", "display_preset_workstation": "Workstation", diff --git a/web/messages/en.json b/web/messages/en.json index 02a78395..4840b827 100644 --- a/web/messages/en.json +++ b/web/messages/en.json @@ -56,7 +56,7 @@ "display_preset": "Preset", "display_preset_custom": "Custom", "display_preset_default": "Default", - "display_preset_gaming_rig": "Gaming rig", + "display_preset_gaming_rig": "Headless box", "display_preset_shared_desktop": "Shared desktop", "display_preset_hotdesk": "Hot-desk", "display_preset_workstation": "Workstation",