Skip to content

Instantly share code, notes, and snippets.

@ihsansatriawan
Created January 8, 2016 01:41
Show Gist options
  • Save ihsansatriawan/f78ff724974596ec57a4 to your computer and use it in GitHub Desktop.
Save ihsansatriawan/f78ff724974596ec57a4 to your computer and use it in GitHub Desktop.
After setting up your layout, right-click on any terminal background and choose Preferences → Layouts tab and click on Add button.
Give it a name and hit Close.
This should create the mentioned ~/.config/terminator/config file.
Now you can start terminator using the saved layout using: terminator -l yourLayout (replace yourLayout with whatever you chose on step 2).
(optional) Edit the ~/.config/terminator/config file so that where it says [layouts] and nested below it [[yourLayout]], rename yourLayout to default and remove/rename the previous default layout. Now, when Terminator starts without any parameters, it will load your custom [[default]] layout!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment