Hi You can install tmux 3.1 and set window-size to largest, then the window will be the size of the largest attached client not the smallest.
From: 'Marcus Schmitt' via tmux-users <[email protected]> Reply to: Marcus Schmitt <[email protected]> Date: Monday, 6 July 2020 at 16:24 To: "[email protected]" <[email protected]> Subject: Disable resize feature Hi, we want to use one tmux 2.3 (Ubuntu/Debian) for multiple (different) users. I started the tmux session as root with the command: tmux -S /tmp/session1 new -s session1 -d 'command' Afterward I changed the rights for this file in /tmp/. All users join the session with: tmux -S /tmp/session1 attach -t session1 -r So far so good. The problem is that if one user changes the window size of this window the size for all other users are also changes. I tried to use the "setw -f aggressive resize" option with on and off for root and for all users in order to change the behaviour but the problem is the same. How can I completely stop the resize feature ? BR netmage -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web, visit https://groups.google.com/d/msgid/tmux-users/CAAMQnQKCm8jUyUvZwQgb%2BvPw4rCHJWWjT60vxPWx8LsyhgM9dg%40mail.gmail.com<https://groups.google.com/d/msgid/tmux-users/CAAMQnQKCm8jUyUvZwQgb%2BvPw4rCHJWWjT60vxPWx8LsyhgM9dg%40mail.gmail.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/tmux-users/CWLP265MB059612E52EB2305CB5ED186DAB690%40CWLP265MB0596.GBRP265.PROD.OUTLOOK.COM.
