max / shop
1 file changed,
+4 insertions,
-2 deletions
| @@ -1,7 +1,8 @@ | |||
| 1 | 1 | # shop | |
| 2 | 2 | ||
| 3 | 3 | Wayland-only, GPU-accelerated terminal emulator. Foot-inspired: small, | |
| 4 | - | focused, no built-in tabs/splits (tmux/zellij do that). Adds the three things | |
| 4 | + | focused, no built-in tabs/splits (the compositor or a multiplexer does that). | |
| 5 | + | Adds the three things | |
| 5 | 6 | foot refuses to do — GPU rendering, Kitty graphics protocol, ligatures. | |
| 6 | 7 | ||
| 7 | 8 | Ships as the default terminal in [Alloy](https://git.sr.ht/~maxjmath/alloy). | |
| @@ -22,7 +23,8 @@ | |||
| 22 | 23 | ## Non-goals | |
| 23 | 24 | ||
| 24 | 25 | - Cross-platform. Wayland Linux only. No X11, no macOS, no Windows. | |
| 25 | - | - Tabs, splits, panes. Use tmux/zellij. | |
| 26 | + | - Tabs, splits, panes. A window is a window. On Alloy that is sway's job, and | |
| 27 | + | Alloy ships no multiplexer; elsewhere, bring your own if you want panes. | |
| 26 | 28 | - Config DSL. TOML is enough. | |
| 27 | 29 | ||
| 28 | 30 | ## License |