Terminator không cho phép bạn thiết lập kích thước mặc định. :)
Chỉ cần mở tệp ~/.config/terminator/config
với trình soạn thảo yêu thích của bạn. Bạn nên có một phần có tiêu đề [layouts]
. Bạn chỉ cần thêm một dòng trong phần phụ có tên [[[window0]]]
thuộc về [[default]]
phần đó. Ví dụ, tệp cấu hình của tôi trông như thế này:
[global_config]
enabled_plugins = CustomCommandsMenu, InactivityWatch, ActivityWatch, TerminalShot, LaunchpadCodeURLHandler, LaunchpadBugURLHandler
[keybindings]
[profiles]
[[default]]
scrollbar_position = hidden
visible_bell = True
scrollback_lines = 1000000
foreground_color = "#ffffff"
copy_on_selection = True
background_color = "#300a24"
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = default
[[[window0]]]
type = Window
parent = ""
profile = None
size = 900, 600
[plugins]
Phần liên quan chỉ là dòng bắt đầu bằng "kích thước", tất nhiên.