Everytime I try to open Brave it does not open in full screen, so I have to do it manually. Tried searching in the settings but couldn’t find a solution. How to do it?
Using Brave 0.66.101
Thanks.
Everytime I try to open Brave it does not open in full screen, so I have to do it manually. Tried searching in the settings but couldn’t find a solution. How to do it?
Using Brave 0.66.101
Thanks.
Hi @depro,
Welcome to community!
To clarify, upon opening Brave you want the initial window to open in full screen automatically?
Thanks!
yes. I have always to click to expand it.
Hi @depro,
Currently this is something that you have to do manually. I will pass the request on to the team!
You can do it by creating a tiny script that you put on your Dock. The command line switch to use is
–start-fullscreen
do shell script "open -a '/Applications/Brave Browser.app' --args --start-fullscreen"
If the Script Editor’s not doing it for you, I’ve uploaded the thing:
https://drive.google.com/open?id=1UiSGC31hzhW5A7kFKvxS5sB_a7clb_FD
This will show as a folder on Drive, but when you download the folder by right-clicking and selecting Download, Drive will make a Zip archive, which you should save, then open locally, which will pop up the .app all ready to go.
Thanks! Working as expected!