lxqt / qterminal

A lightweight Qt-based terminal emulator
https://lxqt.github.io
GNU General Public License v2.0
611 stars 153 forks source link

Fullscreen startup option flag #1175

Open josiahtripp opened 3 weeks ago

josiahtripp commented 3 weeks ago

Added an option flag -f "--fullscreen" which can be used to start qterminal in fullscreen mode.

The flag sets the main window to fullscreen & checks the box for the fullscreen option in the GUI "view" menu.

When a window is opened using the flag, any additional windows created by the main window will not be opened in fullscreen mode.

Resolves issue #796 (Feature request)

tsujan commented 3 weeks ago

Reviewing the code aside, I'm not sure this is needed in practice, i.e., beyond personal preferences of a few users.