2014-02-28 21:40 GMT+01:00 Marshall Neill <ramie...@windstream.net>:
> I wonder if it would be too difficult to have the default for positioning
> windows on startup to be a default of Center Window.
> In my Windows days of coding in VB and C# it was a check on a flag and if it
> was set then 1 line of code for centering the window.
> I believe that there could be the same option available.
> What do you think?

You can ask the same with gtk_window_set_position(), but note that
window managers are free to ignore the hint (and mutter will if
configured with workarounds disabled).
In general though it is a bad idea to position all windows in the
center, because windows will be stacked one over the other instead of
trying to be tiled and covering the whole screen.

Giovanni
_______________________________________________
gnome-shell-list mailing list
gnome-shell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-shell-list

Reply via email to