Minor fix to terminator configuration.

This commit is contained in:
giomba 2023-11-10 09:23:26 +01:00
parent 9a181aa6e5
commit ebd15d99ed
1 changed files with 12 additions and 11 deletions

View File

@ -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