答案1
cssh 似乎有一些选项可以为此目的进行设置。您可以将以下几行添加到$HOME/.clusterssh/config
,这应该可以修复重叠:
# reserve space for the gnome-shell top bar
screen_reserve_top = <height of top bar>
# use all the space at the bottom
screen_reserve_bottom = 0
窗口可能会重叠,因为 cssh 根据屏幕最顶部的第一行来计算位置,但 gnome-shell 实际上将第一行窗口向下放置,因此它们不会与顶部栏重叠。