Skip to content

Instantly share code, notes, and snippets.

View saschabratton's full-sized avatar
🐲

Sascha Bratton saschabratton

🐲
  • Queen One
  • Asheville
View GitHub Profile
@april
april / arena-macos-full-screen-fixes.sh
Last active July 16, 2025 17:52
Fixes Magic Arena's broken full screen implementation on macOS
#!/bin/bash
# this forces Arena into full screen mode on startup, set back to 3 to reset
# note that if you go into the Arena "Graphics" preference panel, it will reset all of these
# and you will need to run these commands again
defaults write com.wizards.mtga "Screenmanager Fullscreen mode" -integer 0
defaults write com.wizards.mtga "Screenmanager Resolution Use Native" -integer 0
# you can also replace the long complicated integer bit with any other scaled 16:9
# resolution your system supports.