Last active
June 5, 2016 16:19
-
-
Save natanfelles/fcde3ce0486a4efee3cb75af7fb754ca to your computer and use it in GitHub Desktop.
Terminator Settings
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
# Location: ~/.config/terminator/config | |
# Numix Dark | |
[global_config] | |
title_hide_sizetext = True | |
hide_from_taskbar = True | |
suppress_multiple_term_dialog = True | |
handle_size = 3 | |
tab_position = hidden | |
[keybindings] | |
[profiles] | |
[[default]] | |
palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#3b5998:#d64937:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" | |
exit_action = restart | |
background_image = None | |
background_darkness = 0.85 | |
use_system_font = False | |
show_titlebar = False | |
font = Monospace 11 | |
scrollback_infinite = True | |
[layouts] | |
[[default]] | |
[[[child0]]] | |
position = 0:0 | |
type = Window | |
order = 0 | |
parent = "" | |
size = 1366, 715 | |
[[[child1]]] | |
position = 357 | |
type = VPaned | |
order = 0 | |
parent = child0 | |
[[[child2]]] | |
position = 683 | |
type = HPaned | |
order = 0 | |
parent = child1 | |
[[[terminal3]]] | |
profile = default | |
type = Terminal | |
order = 0 | |
parent = child2 | |
[[[terminal5]]] | |
profile = default | |
type = Terminal | |
order = 1 | |
parent = child1 | |
[[[terminal4]]] | |
profile = default | |
type = Terminal | |
order = 1 | |
parent = child2 | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment