
答案1
看起來 csssh 有一些選項可以用於此目的設定。您可以將以下行添加到$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 實際上會將視窗的第一行向下,因此它們不會與頂部欄重疊。