-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Support for Multiple Sessions/Windows #2430
Comments
Multi-session is already supported. For multi-windows, please add X11 source to install xfce. This is an unofficial temporary solution. |
Maintaining terminal sessions across different activities won't be possible easily, if even possible at all. Lot of shared stuff. That's like asking android chrome browser to open tabs in different activities. |
I do understand I can run x11 and VNC or use tmux. Both these have their uses. But it would be sweet to run two Termux sessions in Samsung Dex. Chrome does allow two windows to run. I can run multiple Termux sessions in one window. Is it possible to split the sessions into separate windows? Thanks for your consideration. |
Chrome on Android?
You can use terminal multiplexer like |
Chrome/Chromium will run 2 windows, although I'm going by memory, you select I have used |
Interesting. Thanks for the info. Despite that, what you are asking is going to be really complex if at all possible, will likely require a complete redesign of session management, and not really a priority. |
I understand, thanks |
Dex allows chrome and other apps to run simultaneous windows as different activites when they are configured correctly - Chrome seems to be the case for me too here as well |
DeX improves the presentation and usefulness of Android's multi windowing system but it's not required to use multi window apps. Chrome will offer to make a new window when any phone is in split screen mode for example. The AOSP files app also allows many windows (at least 3). Material Files as well. It's not common, but also not rare to see it. |
#187 should solve this right? |
Feature description
Support for multiple sessions/windows
Running Termux sessions in separate windows would allow switching via the recents button to give consistency with other apps but also would allow two windows to display at the same time, for example, one window with vi and the other window on screen to run Python.
Additional information
Most of the Android apps I use support multiple windows.
The text was updated successfully, but these errors were encountered: