oguzhaninan / Stacer

Linux System Optimizer and Monitoring - https://oguzhaninan.github.io/Stacer-Web
GNU General Public License v3.0
8.87k stars 602 forks source link

Request: Option to start stacer maximized #369

Open tester1969 opened 4 years ago

tester1969 commented 4 years ago

Either in command line or some radio button. Please

alexmyczko commented 4 years ago

What is your window manager or desktop environment?

For me, Window Maker, stacer starts in maximized mode, or you mean the application all full screen application?

tester1969 commented 4 years ago

Fedora Gnome Xorg. I auto start stacer and I want when started to start all full screen, covers all screen. Actually what I have done is to install a 7" 2nd monitor on my case and I want to have permanently there show stacer clocks :) So after each reboot I send there stacer but I want to cover the whole 7" screen.

alexmyczko commented 4 years ago

Since it is qt you could try doing what is there https://stackoverflow.com/questions/19817881/qt-fullscreen-on-startup

or try if qt accepts the x11 standard command for applications https://stackoverflow.com/questions/36864183/how-to-i-set-the-default-startup-window-size-for-an-x11-application-such-as-xmg

tester1969 commented 4 years ago

Ah thanx, I am using geometry to send to 2nd display, I ll try to setup size with that. If it doesn't work I ll try to edit the code as per link you gave me.

tester1969 commented 4 years ago

Yes it worked, put the resolution as two first parameters of --geometry and it worked. I put --geometry 1280x1024+3840+0 , since the resolution of 7" screen is 1280x1024 and the 1st monitor analysis horizontally is 3840