Created
May 10, 2015 19:46
-
-
Save jsam/5284285871c6feb2cc3f 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] | |
window_state = fullscreen | |
title_transmit_bg_color = "#d30102" | |
suppress_multiple_term_dialog = True | |
focus = system | |
tab_position = bottom | |
[keybindings] | |
[profiles] | |
[[default]] | |
scrollbar_position = hidden | |
palette = "#3f3f3f:#cc9393:#7f9f7f:#e3ceab:#dfaf8f:#cc9393:#8cd0d3:#dcdccc:#3f3f3f:#cc9393:#7f9f7f:#e3ceab:#dfaf8f:#cc9393:#8cd0d3:#dcdccc" | |
copy_on_selection = True | |
background_image = None | |
background_darkness = 0.68 | |
background_type = transparent | |
use_system_font = False | |
cursor_color = "#3f51b5" | |
foreground_color = "#dcdcdc" | |
icon_bell = False | |
show_titlebar = False | |
cursor_shape = ibeam | |
font = monofur for Powerline Bold 12 | |
background_color = "#3f3f3f" | |
scrollback_infinite = True | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
profile = default | |
[[[window0]]] | |
type = Window | |
parent = "" | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment