Skip to content
Snippets Groups Projects
Commit ac3e7c8e authored by George Nachman's avatar George Nachman
Browse files

Disable High Sierra's system tabs, which you can get when System Prefs > Docks...

Disable High Sierra's system tabs, which you can get when System Prefs > Docks > Prefer tabs when opening documents is set to Always. Issue 6096
parent 33ccaf61
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -142,6 +142,9 @@ static NSString *sPreviousVersion;
[userDefaults setInteger:1 forKey:@"AppleAntiAliasingThreshold"];
[userDefaults setInteger:1 forKey:@"AppleSmoothFixedFontsSizeThreshold"];
// Turn off high sierra's native tabs
[userDefaults setObject:@"manual" forKey:@"AppleWindowTabbingMode"];
// Turn off scroll animations because they screw up the terminal scrolling.
[userDefaults setInteger:0 forKey:@"AppleScrollAnimationEnabled"];
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment