Created
July 24, 2014 02:28
-
-
Save icaromh/7a94bbcf2d381f0b19ad to your computer and use it in GitHub Desktop.
Configuração do terminator para ter layout igual ao do MacOs X
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] | |
title_hide_sizetext = True | |
title_transmit_bg_color = "#18c814" | |
[keybindings] | |
[profiles] | |
[[default]] | |
word_chars = "-A-Za-z0-9,./?%&#:_=+@~" | |
palette = "#000000:#f57900:#73d216:#d4c17f:#41c8f2:#ce5c00:#c17d11:#73d216:#262626:#edd400:#73d216:#ef2929:#00abff:#ba9f00:#e9b96e:#ad7fa8" | |
background_image = None | |
background_darkness = 0.82 | |
use_system_font = False | |
foreground_color = "#d3d7cf" | |
icon_bell = False | |
font = Monaco Bold 10 | |
background_color = "#0d1926" | |
allow_bold = False | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
[[[window0]]] | |
type = Window | |
parent = "" | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment