A comment more than an answer: I am running sway on a thinkpad with Alpine Linux. I have designate various numbered workspaces to certain applications, and I run several terminals in one workspace, similar to tmux. If that goes, and it dies, then I3 in openbsd should be able to act similarly. Out of curiosity I am going to try. I have openbsd on a thinkcentre.
Cheers /niels Sent from [Proton Mail](https://proton.me/mail/home) for iOS On Sun, Mar 9, 2025 at 08:49, Stephen Wiley <[swi...@swiley.net](mailto:On Sun, Mar 9, 2025 at 08:49, Stephen Wiley <<a href=)> wrote: > If you use new-session in your tmux.conf you should always just attatch > (tmux a) rather than starting a new session (tmux with no arguments.) > Otherwise that won't work. That may be part of what Phillip is running > into. I used to use tmux this way and looking through my old wm configs > that seems to be what I was doing. > > --Stephen > > On Sun, Mar 09, 2025 at 08:35:16AM +0100, Rene Kita wrote: >> On Sat, Mar 08, 2025 at 10:10:59PM -0800, Philip Guenther wrote: >> > So, what do I need to put in a .tmux.conf to have tmux start up and >> > create a set of windows? Ideally it would leave me in the first but >> > that would be gravy. >> >> Here is the template which I use for my IRC session. It should be pretty >> close to what you want to achieve: >> >> https://git.causal.agency/catgirl/tree/scripts/chat.tmux.conf >> >> Important parts are line 5 and lines 62-64. >>