Created
May 7, 2019 18:04
-
-
Save err0r500/f6b7fcf91aa79cce7be2869ffbddd5cf to your computer and use it in GitHub Desktop.
terminator config
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
[global_config] | |
always_split_with_profile = True | |
borderless = True | |
focus = mouse | |
inactive_color_offset = 0.0 | |
title_font = Fira Code 9 | |
title_use_system_font = False | |
[keybindings] | |
close_term = <Super>w | |
go_down = <Super>j | |
go_left = <Super>h | |
go_right = <Super>l | |
go_up = <Super>k | |
new_terminator = <Super>Return | |
split_horiz = <Super>minus | |
split_vert = <Super>slash | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
profile = default | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] | |
[profiles] | |
[[default]] | |
background_color = "#2e3436" | |
background_darkness = 0.94 | |
background_type = transparent | |
copy_on_selection = True | |
cursor_color = "#aaaaaa" | |
cursor_shape = underline | |
font = Fira Code 11 | |
foreground_color = "#ffffff" | |
icon_bell = False | |
palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" | |
scrollbar_position = hidden | |
show_titlebar = False | |
use_system_font = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment