Skip to content

Instantly share code, notes, and snippets.

@codeb2cc
Created August 14, 2012 08:02
Show Gist options
  • Save codeb2cc/3347349 to your computer and use it in GitHub Desktop.
Save codeb2cc/3347349 to your computer and use it in GitHub Desktop.
Terminator config file
[global_config]
title_hide_sizetext = True
title_transmit_bg_color = "#ededed"
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
title_transmit_fg_color = "#080808"
title_inactive_bg_color = "#ededed"
[keybindings]
[profiles]
[[default]]
use_system_font = False
font = Envy Code R 12
background_darkness = 0.73
scrollback_lines = 5120
background_type = transparent
scrollbar_position = hidden
foreground_color = "#00ff00"
show_titlebar = False
cursor_shape = ibeam
copy_on_selection = True
allow_bold = False
scrollback_infinite = True
[layouts]
[[default]]
[[[window0]]]
type = Window
parent = ""
size = 800, 1000
[[[pane0]]]
type = VPaned
parent = window0
[[[child1]]]
type = Terminal
parent = pane0
profile = default
[[[child2]]]
type = Terminal
parent = pane0
profile = default
[plugins]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment