Score:1

force mutter to draw windows separately

ph flag

I'm currently using a tools (cssh) to open a lot of different xterm windows on my monitor at once. But some of them are drawn on top of each other, though there is free space to have them separate.

screenshot on second monitor (windows are undecorated using devilspie2)

How can I force mutter (GNOME shell?) to make some space between them, so they don't appear on top of each other?

Score:1
hu flag

It looks like cssh has some options you can set for this purpose. You can add the following lines to $HOME/.clusterssh/config, which should fix the overlap:

# 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

The windows likely overlap because cssh calculates the positions based on having the first row at the very top of the screen, but gnome-shell actually the first row of windows down so they don't overlap with the top bar.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.