Hide osx menu for overscan fullscreen

djtoshi182's icon

Hello.

I am using 2 screens for jit.window full screen, but I still can see the osx menu bar.
Because I am covering two screens with one extended jit.window
sometimes it looks funky when fullscreen or floating.

How can I hide menu bar and fully overscan the screen?

thanks

Roman Thilenius's icon

with a command to the runtime.

make two messageboxes like this:

";
max hidemenubar"

";
max showmenubar"

-110

djtoshi182's icon

thanks!