forked from pedroflor/EH-PT-RT-Varios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterminator-config
78 lines (78 loc) · 2.07 KB
/
terminator-config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[global_config]
handle_size = 5
scroll_tabbar = True
title_hide_sizetext = True
title_inactive_fg_color = "#e9b96e"
title_inactive_bg_color = "#2e3436"
inactive_color_offset = 0.6079545454545454
enabled_plugins = ,
suppress_multiple_term_dialog = True
[keybindings]
split_vert = <Primary><Shift>l
next_tab = <Primary>Right
prev_tab = <Primary>Left
switch_to_tab_1 = <Alt>1
switch_to_tab_2 = <Alt>2
switch_to_tab_3 = <Alt>3
switch_to_tab_4 = <Alt>4
switch_to_tab_5 = <Alt>5
switch_to_tab_6 = <Alt>6
switch_to_tab_7 = <Alt>7
switch_to_tab_8 = <Alt>8
switch_to_tab_9 = <Alt>9
switch_to_tab_10 = <Alt>0
group_all_toggle = <Shift><Super>g
edit_window_title = <Primary><Shift>F1
edit_tab_title = F2
edit_terminal_title = F3
[profiles]
[[default]]
background_color = "#1e1e1e"
background_darkness = 0.81
cursor_color = "#00ff00"
cursor_color_fg = False
font = DejaVu Sans Mono 10
foreground_color = "#eeeeec"
scrollback_infinite = True
use_system_font = False
copy_on_selection = True
[[Black-on-White]]
background_color = "#ffffff"
cursor_color = "#aaaaaa"
font = DejaVu Sans Mono 10
foreground_color = "#000000"
scrollback_infinite = True
use_system_font = False
copy_on_selection = True
[[Green-on-Black]]
cursor_color = "#aaaaaa"
font = DejaVu Sans Mono 10
foreground_color = "#00ff00"
scrollback_infinite = True
use_system_font = False
copy_on_selection = True
[[White-on-Black]]
cursor_color = "#aaaaaa"
font = DejaVu Sans Mono 10
foreground_color = "#ffffff"
scrollback_infinite = True
use_system_font = False
copy_on_selection = True
[[White-on-Gray]]
background_color = "#2e3436"
cursor_color = "#aaaaaa"
font = DejaVu Sans Mono 10
foreground_color = "#ffffff"
scrollback_infinite = True
use_system_font = False
copy_on_selection = True
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]