File tree Expand file tree Collapse file tree 10 files changed +50
-0
lines changed Expand file tree Collapse file tree 10 files changed +50
-0
lines changed Original file line number Diff line number Diff line change @@ -51,3 +51,8 @@ defaults read com.apple.dock "autohide"
5151``` bash
5252defaults delete com.apple.dock " autohide" && killall Dock
5353```
54+
55+ ## Set value from UI
56+
57+ 1 . <a href =" x-apple.systempreferences:com.apple.preference.dock?Dock " >Access Dock settings from macOS UI</a >
58+ 2 . Toggle "Automatically hide and show the Dock" value
Original file line number Diff line number Diff line change @@ -77,3 +77,8 @@ defaults read com.apple.dock "mineffect"
7777``` bash
7878defaults delete com.apple.dock " mineffect" && killall Dock
7979```
80+
81+ ## Set value from UI
82+
83+ 1 . <a href =" x-apple.systempreferences:com.apple.preference.dock?Dock " >Access Dock settings from macOS UI</a >
84+ 2 . Set "Minimise window using" dropdown value
Original file line number Diff line number Diff line change @@ -80,3 +80,8 @@ defaults read com.apple.dock "orientation"
8080``` bash
8181defaults delete com.apple.dock " orientation" && killall Dock
8282```
83+
84+ ## Set value from UI
85+
86+ 1 . <a href =" x-apple.systempreferences:com.apple.preference.dock?Dock " >Access Dock settings from macOS UI</a >
87+ 2 . Set "Position on the screen" dropdown value
Original file line number Diff line number Diff line change @@ -63,3 +63,8 @@ defaults read com.apple.dock "show-recents"
6363``` bash
6464defaults delete com.apple.dock " show-recents" && killall Dock
6565```
66+
67+ ## Set value from UI
68+
69+ 1 . <a href =" x-apple.systempreferences:com.apple.preference.dock?Dock " >Access Dock settings from macOS UI</a >
70+ 2 . Set "Show recent applications in Dock" dropdown value
Original file line number Diff line number Diff line change @@ -62,3 +62,8 @@ defaults read com.apple.dock "tilesize"
6262``` bash
6363defaults delete com.apple.dock " tilesize" && killall Dock
6464```
65+
66+ ## Set value from UI
67+
68+ 1 . <a href =" x-apple.systempreferences:com.apple.preference.dock?Dock " >Access Dock settings from macOS UI</a >
69+ 2 . Slide "Size" range value
Original file line number Diff line number Diff line change @@ -48,3 +48,8 @@ defaults read NSGlobalDomain "AppleSpacesSwitchOnActivate"
4848``` bash
4949defaults delete NSGlobalDomain " AppleSpacesSwitchOnActivate" && killall Dock
5050```
51+
52+ ## Set value from UI
53+
54+ 1 . <a href =" x-apple.systempreferences:com.apple.preference.dock?WindowsApps " >Access Dock settings from macOS UI</a >
55+ 2 . Toggle "When switching to an application, switch to a Space with open windows for the application" value
Original file line number Diff line number Diff line change @@ -61,3 +61,8 @@ defaults read com.apple.dock "expose-group-apps"
6161``` bash
6262defaults delete com.apple.dock " expose-group-apps" && killall Dock
6363```
64+
65+ ## Set value from UI
66+
67+ 1 . <a href =" x-apple.systempreferences:com.apple.preference.dock?WindowsApps " >Access Dock settings from macOS UI</a >
68+ 2 . Toggle "Group windows by application" value
Original file line number Diff line number Diff line change @@ -51,3 +51,8 @@ defaults read com.apple.dock "mru-spaces"
5151``` bash
5252defaults delete com.apple.dock " mru-spaces" && killall Dock
5353```
54+
55+ ## Set value from UI
56+
57+ 1 . <a href =" x-apple.systempreferences:com.apple.preference.dock?WindowsApps " >Access Dock settings from macOS UI</a >
58+ 2 . Toggle "Automatically rearrange Spaces based on most recent use" value
Original file line number Diff line number Diff line change @@ -48,3 +48,8 @@ defaults read com.apple.spaces "spans-displays"
4848``` bash
4949defaults delete com.apple.spaces " spans-displays" && killall SystemUIServer
5050```
51+
52+ ## Set value from UI
53+
54+ 1 . <a href =" x-apple.systempreferences:com.apple.preference.dock?WindowsApps " >Access Dock settings from macOS UI</a >
55+ 2 . Toggle "Displays have separate Spaces" value
Original file line number Diff line number Diff line change @@ -59,3 +59,8 @@ defaults read com.apple.AppleMultitouchTrackpad "FirstClickThreshold"
5959``` bash
6060defaults delete com.apple.AppleMultitouchTrackpad " FirstClickThreshold"
6161```
62+
63+ ## Set value from UI
64+
65+ 1 . <a href =" x-apple.systempreferences:com.apple.preference.trackpad?trackpadTab " >Access Trackpad settings from macOS UI</a >
66+ 2 . Slide "Click" range value
You can’t perform that action at this time.
0 commit comments