-
Notifications
You must be signed in to change notification settings - Fork 1
/
defaults.json
78 lines (78 loc) · 2.41 KB
/
defaults.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"NSGlobalDomain": {
"ApplePressAndHoldEnabled": false,
"NSScrollAnimationEnabled": false,
"WebKitDeveloperExtras": true,
"AppleShowAllExtensions": true,
"AppleKeyboardUIMode": 3,
"InitialKeyRepeat": 12,
"KeyRepeat": 0,
"NSNavPanelExpandedStateForSaveMode": true,
"NSWindowResizeTime": 0.001
},
"defaults write com.apple.menuextra.battery": {
"ShowPercent": "NO",
"ShowTime": "NO"
},
"com.apple.Safari": {
"FindOnPageMatchesWordStartsOnly": false,
"UniversalSearchEnabled": false,
"SuppressSearchSuggestions": true,
"ShowFavoritesBar": false,
"ShowSidebarInTopSites": false,
"DebugSnapshotsUpdatePolicy": 2,
"IncludeInternalDebugMenu": true,
"ProxiesInBookmarksBar": "()",
"IncludeDevelopMenu": true,
"WebKitDeveloperExtrasEnabledPreferenceKey": true,
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled": true
},
"com.apple.Terminal": {
"AppleShowScrollbars": "WhenScrolling"
},
"com.apple.dashboard": {
"mcx-disabled": true
},
"com.apple.desktopservices": {
"DSDontWriteNetworkStores": true
},
"com.apple.dock": {
"expose-animation-duration": 0.1,
"expose-group-by-app": true,
"orientation": "left",
"show-process-indicators": false,
"tilesize": 48,
"showhidden": true,
"autohide": true,
"autohide-delay": 0,
"autohide-time-modifier": 0.2,
"wvous-tr-corner": 5,
"wvous-tr-modifier": 0,
"persistent-apps": []
},
"com.apple.finder": {
"FK_AppCentricViewStyle": "clmv",
"FXArrangeGroupViewBy": "Name",
"FXDefaultSearchScope": "SCcf",
"FXPreferredGroupBy": "Name",
"FXPreferredViewStyle": "Nlsv",
"FXEnableExtensionChangeWarning": false,
"QuitMenuItem": true,
"ShowPathbar": true,
"ShowStatusBar": true,
"WarnOnEmptyTrash": false,
"EmptyTrashSecurely": true,
"OpenWindowForNewRemovableDisk": true
},
"com.apple.screensaver": {
"askForPassword": 1,
"askForPasswordDelay": 0
},
"com.apple.SoftwareUpdate": {
"ScheduleFrequency": 1
},
"com.apple.frameworks.diskimages": {
"auto-open-ro-root": true,
"auto-open-rw-root": true
}
}