ターミネータ ターミナル サイズ変更

ターミネータ ターミナル サイズ変更

ターミネーター ターミナルを 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]

関連情報