Tuesday, February 19, 2013

fedora: set application window size and position

if you want to customize the window size and position of your application, you can use the -geometry parameter when calling your app.

syntax is :
<application> -geometry <width>x<height>+<offset x>+<offset y>

ex. #./myapp -geometry 620x540+1+1

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...