Right now FPL uses a hardcoded window size for default initialization and zero origin for window position.
We don't want to do that, we would rather get primary monitor, use half its size as window-size and position it in the center.
Why? Because X11 has no defaults for position and size :-(
Of course having a enum for controlling for automatic window position/size behavior would be great too, but this is a separate issue.
Right now FPL uses a hardcoded window size for default initialization and zero origin for window position.
We don't want to do that, we would rather get primary monitor, use half its size as window-size and position it in the center.
Why? Because X11 has no defaults for position and size :-(
Of course having a enum for controlling for automatic window position/size behavior would be great too, but this is a separate issue.