lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

Behaviour of "center horizontally" with multiple monitors #97

Closed stevenhoneyman closed 9 years ago

stevenhoneyman commented 10 years ago

With dual screens, ticking the "center horizontally" option does exactly what it says... and centers Tilda. The trouble is, that means half is on one monitor, and half is on another!

The expected behaviour (as I see it anyway) would be center on the monitor chosen under "Select monitor"

dschwoerer commented 9 years ago

What window-manager do you use?

stevenhoneyman commented 9 years ago

Openbox (whatever the latest git version is at)

x2b commented 9 years ago

I can confirm the problem with gdm / gnome3.

lanoxx commented 9 years ago

I pushed a modified version of you fix. Please test it. There is another change required for fix switching the active monitor which centering is active. Currently this still ignores the centering option. @x2b Thanks for the initial patch.