Skip to content

Instantly share code, notes, and snippets.

View EvilJordan's full-sized avatar
🍔
Probably eating food

Jordan Holberg EvilJordan

🍔
Probably eating food
View GitHub Profile
@april
april / arena-macos-full-screen-fixes.sh
Last active June 4, 2025 14:00
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.