mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 15:47:16 +00:00
✨ Add Mission Control expose-group-apps command
This commit is contained in:
parent
46d75179f7
commit
d2f8a5eb9e
3 changed files with 24 additions and 0 deletions
24
defaults.yml
24
defaults.yml
|
@ -779,6 +779,30 @@ categories:
|
|||
text: Keep the Spaces arrangement
|
||||
versions: [Monterey, Big Sur, Catalina, Mojave]
|
||||
after: killall Dock
|
||||
- key: expose-group-apps
|
||||
domain: com.apple.dock
|
||||
title: Group windows by application
|
||||
description: |
|
||||
If you have several windows from multiple apps open simultaneously, have the windows organised by app in
|
||||
Mission Control.
|
||||
param:
|
||||
type: bool
|
||||
examples:
|
||||
- value: true
|
||||
text: Group windows by application.
|
||||
image:
|
||||
filename: "true.png"
|
||||
width: 740
|
||||
height: 416
|
||||
- value: false
|
||||
default: true
|
||||
text: Do not group windows by application.
|
||||
image:
|
||||
filename: "false.png"
|
||||
width: 740
|
||||
height: 416
|
||||
versions: [Big Sur, Ventura]
|
||||
after: killall Dock
|
||||
|
||||
- folder: feedback-assistant
|
||||
name: Feedback Assistant
|
||||
|
|
BIN
images/mission-control/expose-group-apps/false.png
Normal file
BIN
images/mission-control/expose-group-apps/false.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 264 KiB |
BIN
images/mission-control/expose-group-apps/true.png
Normal file
BIN
images/mission-control/expose-group-apps/true.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 307 KiB |
Loading…
Reference in a new issue