Last active
May 22, 2020 20:55
-
-
Save hectorh30/e7de4bb291237809da8e to your computer and use it in GitHub Desktop.
My terminator config file
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_transmit_bg_color = "#242424" | |
focus = system | |
title_transmit_fg_color = "#D4D4D4" | |
[keybindings] | |
close_window = <Ctrl>Q | |
split_horiz = <Alt>2 | |
full_screen = <Ctrl><Shift>F11 | |
close_term = <Ctrl>W | |
split_vert = <Alt>3 | |
new_tab = <Ctrl>T | |
[profiles] | |
[[default]] | |
use_system_font = False | |
background_darkness = 0.23 | |
background_image = None | |
foreground_color = "#d4d4d4" | |
custom_command = 'echo \"foo#bar\"' | |
font = Droid Sans Mono 11 | |
background_color = "#242424" | |
scrollback_infinite = True | |
[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