max / alloy
1 file changed,
+1 insertion,
-1 deletion
| @@ -104,7 +104,7 @@ | |||
| 104 | 104 | Secondary alignments: | |
| 105 | 105 | - **TOML config.** No scripting language dependency, consistent with Alloy's rejection of Lua/yuck/similar config surfaces elsewhere in the stack. | |
| 106 | 106 | - **Design-forward posture.** Rio treats the terminal as a displayed surface, not just a fast text renderer. That matches Alloy's design-system stance. | |
| 107 | - | - **No multiplexing.** Tabs, splits, panes are sway's job. A terminal that also tiles is duplicated budget. | |
| 107 | + | - **No multiplexing.** Tabs, splits, panes are sway's job. A terminal that also tiles is duplicated budget. Alloy therefore ships no multiplexer either: tmux and zellij are not in the image, and a terminal's own docs should not send an Alloy user looking for them. A window is a window, and `Mod+H/J/K/L` moves between them. | |
| 108 | 108 | ||
| 109 | 109 | **yazi runs with kitty graphics under rio, not sixel.** Both work in rio; kitty is the modern protocol, sixel is the compat path. Yazi picks the graphics protocol at runtime by detecting terminal capability from `TERM` / `TERM_PROGRAM`, so the config work is small: | |
| 110 | 110 |