Ich habe das Terminator-Terminal auf den Quake-Dropdown-Modus eingestellt. Das Terminal ist jedoch nur 90 x 25 groß. Ich möchte, dass es die gesamte Bildschirmbreite einnimmt, aber nicht den gesamten Bildschirm. Wenn sich das Terminal nicht im Dropdown-Modus befindet, kann ich die Größe manuell ändern, aber das geht jetzt nicht. Wie kann ich das erreichen?
Antwort1
Bei einem 1366 x 768-Monitor habe ich Folgendes eingestellt, um die volle Bildschirmbreite zu erreichen und etwa auf halber Höhe mit dem Abschlussterminal zu liegen.
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]