Created
March 17, 2015 13:09
-
-
Save mvisonneau/04c4aa05a66a23c94960 to your computer and use it in GitHub Desktop.
Terminator Config File
This file contains 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 | |
title_transmit_bg_color = "#839496" | |
title_inactive_fg_color = "#93a1a1" | |
title_transmit_fg_color = "#eee8d5" | |
title_inactive_bg_color = "#586e75" | |
[keybindings] | |
[profiles] | |
[[default]] | |
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#d33682:#2aa198:#93a1a1" | |
login_shell = True | |
background_darkness = 0.9 | |
background_type = transparent | |
scrollbar_position = hidden | |
cursor_color = "#eee8d5" | |
foreground_color = "#eee8d5" | |
background_color = "#002b36" | |
scrollback_infinite = True | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
profile = default | |
[[[window0]]] | |
type = Window | |
parent = "" | |
[[knak]] | |
[[[child0]]] | |
position = 1920:0 | |
type = Window | |
order = 0 | |
parent = "" | |
size = 1912, 1044 | |
[[[child1]]] | |
position = 528 | |
type = VPaned | |
order = 0 | |
parent = child0 | |
[[[child2]]] | |
position = 991 | |
type = HPaned | |
order = 0 | |
parent = child1 | |
[[[child5]]] | |
position = 991 | |
type = HPaned | |
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