Minor fix to terminator configuration.
This commit is contained in:
parent
9a181aa6e5
commit
ebd15d99ed
23
terminator
23
terminator
@ -1,6 +1,18 @@
|
|||||||
[global_config]
|
[global_config]
|
||||||
focus = mouse
|
focus = mouse
|
||||||
[keybindings]
|
[keybindings]
|
||||||
|
[profiles]
|
||||||
|
[[default]]
|
||||||
|
allow_bold = False
|
||||||
|
background_darkness = 0.9
|
||||||
|
background_type = transparent
|
||||||
|
cursor_shape = underline
|
||||||
|
font = Hack 9
|
||||||
|
foreground_color = "#deddda"
|
||||||
|
scrollbar_position = hidden
|
||||||
|
scrollback_lines = 2000
|
||||||
|
scrollback_infinite = True
|
||||||
|
use_system_font = False
|
||||||
[layouts]
|
[layouts]
|
||||||
[[default]]
|
[[default]]
|
||||||
[[[child1]]]
|
[[[child1]]]
|
||||||
@ -10,14 +22,3 @@
|
|||||||
parent = ""
|
parent = ""
|
||||||
type = Window
|
type = Window
|
||||||
[plugins]
|
[plugins]
|
||||||
[profiles]
|
|
||||||
[[default]]
|
|
||||||
allow_bold = False
|
|
||||||
cursor_color = "#FFFFFF"
|
|
||||||
cursor_shape = underline
|
|
||||||
font = Hack 9
|
|
||||||
foreground_color = "#ffffff"
|
|
||||||
scrollback_infinite = True
|
|
||||||
scrollback_lines = 2000
|
|
||||||
scrollbar_position = hidden
|
|
||||||
use_system_font = False
|
|
||||||
|
Loading…
Reference in New Issue
Block a user