-
Notifications
You must be signed in to change notification settings - Fork 1
/
mac-os-catalina.yaml
70 lines (55 loc) · 1.47 KB
/
mac-os-catalina.yaml
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
# All MacOS-specific configuration
macOS:
# Configuration relating to System Preferences > Dock
dock:
# Applications kept in the dock
apps:
- Firefox
- Visual Studio Code
- Spotify
- Slack
- Terminal
# Size
# 16 - 128
tileSize: 37
# Magnification
magnification:
enabled: true
# 16 - 128
size: 49
# Position on screen
# left / bottom / right
position: bottom
# Minimise windows using
# suck / genie / scale
minimiseEffect: genie
# Prefer tabs when opening documents
# fullscreen / always / manual
preferTabs: fullscreen
# Double-click a window's title bar to
# Maximize / Minimize / None
doubleClickTitleTo: Maximize
# Minimise windows into application icon
minimiseToAppIcon: true
# Animate opening applications
animateOpening: true
# Automatically hide and show the dock
autoHide: true
# Show indicators for open applications
showOpenIndicator: true
# Show recent applications in the Dock
showRecent: false
# Configuration relating to System Preferences > Date & Time
dateAndTime:
# Clock configuration
clock:
# Show the date time in the menu bar
show: true
# The type of clock
# analogue / digital
type: digital
# Format of the clock if
# eg EEE d MMM HH:mm:ss
format: EEE d MMM HH:mm:ss
# Whether the separators should flash
flashSeparators: false