【发布时间】:2018-05-25 20:29:27
【问题描述】:
我想强制终结者在我的屏幕左上角打开。当我保存布局时,我的窗口定位正确。但是,每当我在计算机重新启动时打开终结者时,窗口都位于顶部附近,距离左侧约 1.5 英寸。
我一直在搞乱配置文件,但无法弄清楚“位置”参数。比如[[[child0]]]下:
position = 36:32
在[[[child1]]] 下:
position = 834
谁能解释如何自定义这些参数?
系统信息:
- Ubuntu 17.10,内核 4.13.0-43
- 屏幕尺寸:1920x1080 像素,或 508x286 毫米
- 终结者 v 1.91
终结者/配置:
[global_config]
always_split_with_profile = True
suppress_multiple_term_dialog = True
title_transmit_bg_color = "#8ae234"
[keybindings]
[layouts]
[[default]]
[[[child0]]]
fullscreen = False
last_active_term = a69b1a79-eb9d-4c15-ac27-0502efc4c4f7
last_active_window = True
maximised = False
order = 0
parent = ""
position = 36:32
size = 808, 1014
title = bp@bpenner: ~
type = Window
[[[child1]]]
order = 0
parent = child0
position = 834
ratio = 0.826560951437
type = VPaned
[[[terminal2]]]
order = 0
parent = child1
profile = BP
type = Terminal
uuid = a69b1a79-eb9d-4c15-ac27-0502efc4c4f7
[[[terminal3]]]
order = 1
parent = child1
profile = BP
type = Terminal
uuid = 454d7873-3e55-49a4-af8c-6456f99d5e1e
[plugins]
[profiles]
[[default]]
cursor_color = "#aaaaaa"
【问题讨论】:
-
你有想过这个吗?
-
@accasio 很遗憾没有
标签: layout configuration terminator