i wonder if there's something like tmux but without the window management

like, i want just the session control and stopping resuming, not much else, since sway is already a perfect tool for window management for me
@[email protected] i know there's screen(1) but i'm not sure if it has window management
@navi bg(1) and fg(1)
@cybertailor i meant cross shell/terminal and living in the background, but fair enough lol

(i use those a lot already)
@navi i think you can, if you also do nohup or disown
@cybertailor but then i can't reattach to it on another terminal (the cross shell part)
@navi isnt that exactly what screen is?
@shea screen has window management afaik
abduco a tool for session {at,de}tach support

abduco provides session management i.e. it allows programs to be run independently from their controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen. abduco is in many ways very similar to dtach but is a completely independent implementation which is actively maintained, contains no legacy code, provides a few additional features, has a cleaner, more robust implementation and is distributed under the ISC license

@humm oooo, thanks! that does exactly what i wanted
@navi `screen` is this, though it has lately adopted some wm stuff. Though I have never used those features at all, myself.
@navi i like https://dtach.sourceforge.net/ with an alias for "ssh -t foo@bar dtach -A $session_name bash"
dtach