终结者终端调整大小

终结者终端调整大小

我将 Terminator 终端设置为 Quake 下拉模式;但是,终端只有 90x25。我希望它下拉整个屏幕宽度,而不是全屏。当终端不处于下拉模式时,我可以手动调整其大小,但现在不允许我这样做。我该如何完成这项任务?

答案1

对于 1366x768 显示器,我进行了如下设置,以实现全屏宽度,并且与终结器终端的宽度大约相等。

gedit ~/.config/terminator/config


[global_config]
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
hide_from_taskbar = True
always_on_top = True
tab_position = bottom
sticky = True
[keybindings]
hide_window = F12
[profiles]
[[default]]
background_darkness = 0.8
palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec"
background_type = transparent
foreground_color = "#00ff00"
[layouts]
[[default]]
[[[child0]]]
  position = 0:24
  type = Window
  order = 0
  parent = ""
  size = 1650, 464
[[[terminal3]]]
  profile = default
  type = Terminal
  order = 1
  parent = child0
[[[terminal2]]]
  profile = default
  type = Terminal
  order = 0
  parent = child0
[plugins]

相关内容