Add .config/terminator/config
This commit is contained in:
parent
da813fd6b9
commit
3ff68e0806
1 changed files with 49 additions and 0 deletions
49
private_dot_config/terminator/config
Normal file
49
private_dot_config/terminator/config
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
[global_config]
|
||||||
|
focus = mouse
|
||||||
|
borderless = True
|
||||||
|
enabled_plugins = CurrDirOpen, TerminatorThemes
|
||||||
|
[keybindings]
|
||||||
|
new_tab = <Shift>Down
|
||||||
|
split_horiz = <Primary><Shift>h
|
||||||
|
split_vert = <Primary><Shift>v
|
||||||
|
line_down = None
|
||||||
|
move_tab_right = <Primary>Right
|
||||||
|
move_tab_left = <Primary>Left
|
||||||
|
next_tab = <Shift>Right
|
||||||
|
prev_tab = <Shift>Left
|
||||||
|
[profiles]
|
||||||
|
[[default]]
|
||||||
|
audible_bell = True
|
||||||
|
background_darkness = 0.8
|
||||||
|
background_type = transparent
|
||||||
|
cursor_bg_color = "#d6d6d6"
|
||||||
|
font = SourceCodeVF 11
|
||||||
|
foreground_color = "#ffffff"
|
||||||
|
show_titlebar = False
|
||||||
|
scrollbar_position = hidden
|
||||||
|
scrollback_infinite = True
|
||||||
|
palette = "#353535:#d25252:#a5c261:#ffc66d:#6c99bb:#d197d9:#bed6ff:#eeeeec:#535353:#f00c0c:#c2e075:#e1e48b:#8ab7d9:#efb5f7:#dcf4ff:#ffffff"
|
||||||
|
use_system_font = False
|
||||||
|
[[root]]
|
||||||
|
audible_bell = True
|
||||||
|
background_color = "#3c0808"
|
||||||
|
background_darkness = 0.8
|
||||||
|
background_type = transparent
|
||||||
|
cursor_fg_color = "#000000"
|
||||||
|
cursor_bg_color = "#aaaaaa"
|
||||||
|
font = SourceCodeVF 11
|
||||||
|
foreground_color = "#ffffff"
|
||||||
|
show_titlebar = False
|
||||||
|
scrollbar_position = hidden
|
||||||
|
scrollback_infinite = True
|
||||||
|
palette = "#353535:#d25252:#a5c261:#ffc66d:#6c99bb:#d197d9:#bed6ff:#eeeeec:#535353:#f00c0c:#c2e075:#e1e48b:#8ab7d9:#efb5f7:#dcf4ff:#ffffff"
|
||||||
|
use_system_font = False
|
||||||
|
[layouts]
|
||||||
|
[[default]]
|
||||||
|
[[[window0]]]
|
||||||
|
type = Window
|
||||||
|
parent = ""
|
||||||
|
[[[child1]]]
|
||||||
|
type = Terminal
|
||||||
|
parent = window0
|
||||||
|
[plugins]
|
Loading…
Reference in a new issue