Last active
December 20, 2017 03:35
-
-
Save rightson/4d8760159c4e2f50a6e24a83822b70a0 to your computer and use it in GitHub Desktop.
~/.config/terminator/config
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] | |
scroll_tabbar = True | |
title_font = Lucida Console Semi-Condensed 13 | |
title_inactive_bg_color = "#000000" | |
title_inactive_fg_color = "#714c4c" | |
title_transmit_bg_color = "#000001" | |
[keybindings] | |
switch_to_tab_1 = <Alt>1 | |
switch_to_tab_2 = <Alt>2 | |
switch_to_tab_3 = <Alt>3 | |
switch_to_tab_4 = <Alt>4 | |
switch_to_tab_5 = <Alt>5 | |
switch_to_tab_6 = <Alt>6 | |
switch_to_tab_7 = <Alt>7 | |
switch_to_tab_8 = <Alt>8 | |
switch_to_tab_9 = <Alt>9 | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
type = Window | |
size = 900, 600 | |
[plugins] | |
[profiles] | |
[[default]] | |
background_image = None | |
font = Ubuntu Mono 12 | |
foreground_color = "#00ff00" | |
scrollback_lines = 9000000 | |
use_system_font = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment