Skip to content
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

Can't add/remove terminal panes from layout editor #572

Closed
aarong416 opened this issue Jan 24, 2022 · 2 comments
Closed

Can't add/remove terminal panes from layout editor #572

aarong416 opened this issue Jan 24, 2022 · 2 comments

Comments

@aarong416
Copy link

I'm trying to create a custom layout, but unless I'm missing something, there doesn't seem to be a way to add terminal panes to the layout in terminator. See the screenshot below:

image

I have a layout called Layout 1, and I would like terminator to open up with 4 terminals when I choose this layout.

At the moment, there is only 1 terminal and there doesn't seem to be a way to add a new one. I am aware that I can edit the layout in ~/.config/terminator/config, but it would be much easier if I could use the layout builder within Terminator, since it is a lot easier to work with than editing the config file, and that is what it was created for.

I'm currently using Terminator 1.91 on Ubuntu 20.04, which comes from the software repository for Ubuntu, which I install with apt install terminator. I tried downloading the latest version of terminator, but there still appears to be no way of adding terminals in the layout.

There is also supposed to be the ability to load the layout from a JSON file in the latest version, but there didn't seem to be any command line option for this. I also tried loading a layout from a JSON file using terminator --layout layout.json, but it doesn't seem to be able to recongize the JSON file.

I would preferably like to use the built in layout editor within the GUI if possible, but if there is another another option, that's fine.

Below is the layout that I am trying to achieve:

image

@Vulcalien
Copy link
Member

I think what you are referring to is already implemented.

The Add button adds the "current" layout to the list of layouts.
The Save button instead overwrites the selected layout, saving the "current" layout.

To change the default, do this:

  • open a fresh terminator window
  • build the layout, splitting terminals and/or adding tabs
  • go to preferences>layouts
  • select default
  • press Save

@aarong416
Copy link
Author

I just tried this now and it works perfectly, thank you so much.

I think it just wasn't clear enough to someone whose new to terminator, so it would be awesome if it could be documented :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants