Last active
December 16, 2015 03:48
-
-
Save fidelix/5372105 to your computer and use it in GitHub Desktop.
Terminator Config | Save it in ~/.config/terminator/config
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] | |
title_transmit_bg_color = "#000000" | |
title_inactive_bg_color = "#000000" | |
[keybindings] | |
hide_window = <Shift><Control>a | |
[profiles] | |
[[default]] | |
scrollbar_position = hidden | |
palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" | |
background_darkness = 0.769574944072 | |
scrollback_lines = 5000 | |
use_system_font = False | |
cursor_color = "#d8d8d8" | |
foreground_color = "#d8d8d8" | |
scroll_on_output = False | |
show_titlebar = False | |
color_scheme = custom | |
scroll_on_keystroke = False | |
font = Monospace 14 | |
background_color = "#252627" | |
scrollback_infinite = True | |
[[MeuPerfil]] | |
palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" | |
background_darkness = 0.64 | |
background_type = transparent | |
use_system_font = False | |
foreground_color = "#e1e1e1" | |
font = Monospace 14 | |
scrollback_infinite = True | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
[[[window0]]] | |
type = Window | |
parent = "" | |
[[VerticalThree]] | |
[[[child0]]] | |
position = 0:0 | |
type = Window | |
order = 0 | |
parent = "" | |
size = 1080, 1920 | |
[[[child1]]] | |
position = 960 | |
type = VPaned | |
order = 0 | |
parent = child0 | |
[[[child3]]] | |
position = 477 | |
type = VPaned | |
order = 1 | |
parent = child1 | |
[[[terminal2]]] | |
profile = default | |
type = Terminal | |
order = 0 | |
parent = child1 | |
[[[terminal5]]] | |
profile = default | |
type = Terminal | |
order = 1 | |
parent = child3 | |
[[[terminal4]]] | |
profile = default | |
type = Terminal | |
order = 0 | |
parent = child3 | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment