如何配置终结器终端使其始终位于顶部?

如何配置终结器终端使其始终位于顶部?

我可以设置终端来扩展整个显示器的宽度,但我希望即使我转到另一个工作区,它也能保持在屏幕顶部。如果我在另一个工作区时按 F12 将其下拉,它会将我带回到我打开终端的工作区,然后将终端窗口放在显示器屏幕的底部。

下面你会看到我的配置:

[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.93
    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 = 1700, 464
    [[[terminal3]]]
      profile = default
      type = Terminal
      order = 1
      parent = child0
    [[[terminal2]]]
      profile = default
      type = Terminal
      order = 0
      parent = child0
[plugins]

以下是屏幕截图中的情况。我之前在工作区 1,然后切换到工作区 2,并按下 F12。如您所见,我回到了 WS 1,终端位于底部。

工作区改变之前

更改工作区并按下 F12 后

答案1

从 Ubuntu 切换到 Xubuntu 可以修复此问题。

答案2

您可以通过右键单击活动窗口中的任意位置并选择“首选项”来轻松定义终结者的外观和行为。稍微尝试一下,您一定会找到一个令人满意的设置。

相关内容