Last active
May 13, 2023 04:05
-
-
Save b-adkins/febae111e95157fbb89e75cace43abdd to your computer and use it in GitHub Desktop.
My config for the multi-console program Terminator so it opens it with four terminals, 2x2. mv to ~/.config/terminator/config. Great for ROS!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global_config] | |
suppress_multiple_term_dialog = True | |
[keybindings] | |
[profiles] | |
[[default]] | |
background_image = None | |
[layouts] | |
[[default]] | |
[[[child0]]] | |
position = 73:27 | |
type = Window | |
order = 0 | |
parent = "" | |
size = 1847, 1053 | |
[[[child1]]] | |
position = 923 | |
type = HPaned | |
order = 0 | |
parent = child0 | |
[[[child2]]] | |
position = 526 | |
type = VPaned | |
order = 0 | |
parent = child1 | |
[[[child5]]] | |
position = 526 | |
type = VPaned | |
order = 1 | |
parent = child1 | |
[[[terminal3]]] | |
profile = default | |
type = Terminal | |
order = 0 | |
parent = child2 | |
[[[terminal4]]] | |
profile = default | |
type = Terminal | |
order = 1 | |
parent = child2 | |
[[[terminal7]]] | |
profile = default | |
type = Terminal | |
order = 1 | |
parent = child5 | |
[[[terminal6]]] | |
profile = default | |
type = Terminal | |
order = 0 | |
parent = child5 | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment