Skip to main content

max / shop

docs: stop pointing Alloy users at a multiplexer that is not shipped The non-goal was right and the pointer was wrong. Alloy ships neither tmux nor zellij, and STACK.md's line is that panes are sway's job, so "Use tmux/zellij" sent the reader of shop's own README looking for two binaries that are not on the image it ships as the default terminal on. shop is standalone-usable, so "sway's job" is not right for this README either. Say both: a window is a window, sway does it on Alloy, bring your own elsewhere.
Author: Max Johnson <me@maxj.phd> · 2026-07-25 13:23 UTC
Signed with PGP, not checked
Commit: c6924982d6ec7f9d1d8489edd70277a9d6a9ea70
Parent: e9861de
1 file changed, +4 insertions, -2 deletions
M README.md +4 -2
@@ -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