blob: 89de9908aa04125240748760361aa50ef11a8f31 (
plain)
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
|
[global_config]
focus = mouse
[keybindings]
split_horiz = <Shift><Alt>Down
split_vert = <Shift><Alt>Right
close_term = <Alt>c
[profiles]
[[default]]
background_darkness = 0.8
background_type = transparent
cursor_shape = ibeam
cursor_color = "#aaaaaa"
font = UbuntuMono Nerd Font Mono 10
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
use_system_font = False
use_theme_colors = True
[layouts]
[[default]]
[[[window0]]]
type = Window
parent = ""
[[[child1]]]
type = Terminal
parent = window0
[plugins]
|