8d075f2b48
- 200K scrollback, vi-mode copy, copy-on-select - Ctrl-A S captures pane to ~/logs/, Ctrl-A L toggles live logging - Status bar shows git branch + working directory - Pre-built session: code/git/run/logs windows - Aggressive resize + focus events for multi-device switching - Toolbar: added Paste (clipboard), Zoom (pane fullscreen), Save (capture) - All new windows inherit current working directory - Toolbar split into 2 rows for more buttons without clutter
30 lines
633 B
Desktop File
30 lines
633 B
Desktop File
[Unit]
|
|
Description=sethmux - web terminal (mux.sethpc.xyz)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=rdp
|
|
Group=rdp
|
|
|
|
ExecStartPre=/opt/sethmux/sethmux-start.sh
|
|
ExecStart=/usr/local/bin/ttyd \
|
|
--port 7683 \
|
|
--interface 0.0.0.0 \
|
|
--index /opt/sethmux/index.html \
|
|
--writable \
|
|
--check-origin \
|
|
--max-clients 5 \
|
|
--ping-interval 30 \
|
|
--client-option titleFixed=sethmux \
|
|
--client-option fontSize=18 \
|
|
--client-option fontFamily=monospace \
|
|
--client-option enableSixel=true \
|
|
/usr/bin/tmux attach-session -t sethmux
|
|
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|