- 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!
use additional flags
- -b for borderless and
- -m for maximized.
The final Command is following terminator -m -b -l my_default.
No comments:
Post a Comment