An Oh My Zsh plugin that fixes the fullscreen resolution for Magic: The Gathering Arena on macOS.
MTGA doesn’t account for the MacBook Pro notch, so it defaults to a resolution that’s too wide for the screen, and cuts off important information (like the stack).
This script sets the resolution to a scaled 16:9 resolution that fits your screen.
Note
As an alternative, you can also set MTGA to “scale to fit below built-in camera”, which won’t require this script, but will display a bit narrower.
To install, clone the repository into your Oh My Zsh plugins directory:
git clone https://gist.github.com/31bc6de689f6e6561607e837984de84f.git ~/.oh-my-zsh/custom/plugins/mtga-fix
Then, add mtga-fix
to your plugins
array in your .zshrc
file:
plugins=(
…
mtga-fix
)
After installing the plugin, you can use the mtga_fullscreen_fix
command to set the resolution for MTGA.
mtga_fullscreen_fix
This will output something like:
$ mtga_fullscreen_fix
✓ MTGA fullscreen resolution set to 3024 ✕ 1701
Feel free to modify and use this script as you wish.
- april/arena-macos-full-screen-fixes.sh for the original script.