diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-04 23:05:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-04 23:05:49 +0000 |
commit | 5776ec09d6d56540549fc513273ae511d3316f22 (patch) | |
tree | fbcf52a1cb20e5a06b15766cbaf9fb1fb6fe4ea2 /extra/osx | |
parent | 91f889849e13e720f3803a7b0405ec4a9cf6005b (diff) | |
download | alacritty-5776ec09d6d56540549fc513273ae511d3316f22.tar.gz alacritty-5776ec09d6d56540549fc513273ae511d3316f22.zip |
Disable automatic graphics switching on macOS
Temporarily disabled automatic graphics switching due to a bug in macOS
which leads to crashing.
See #2221.
Diffstat (limited to 'extra/osx')
-rw-r--r-- | extra/osx/Alacritty.app/Contents/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index 53ebb1c8..ea91de25 100644 --- a/extra/osx/Alacritty.app/Contents/Info.plist +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -29,7 +29,7 @@ <key>NSMainNibFile</key> <string></string> <key>NSSupportsAutomaticGraphicsSwitching</key> - <true/> + <false/> <key>CFBundleDisplayName</key> <string>Alacritty</string> <key>NSRequiresAquaSystemAppearance</key> |