mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 23:57:07 +00:00
✨ Add desktop CreateDesktop command
This commit is contained in:
parent
ee1838e960
commit
00868fdb2f
1 changed files with 14 additions and 0 deletions
14
defaults.yml
14
defaults.yml
|
@ -490,6 +490,20 @@ categories:
|
|||
text: Don't keep folders on top
|
||||
versions: [Monterey, Big Sur]
|
||||
after: killall Finder
|
||||
- key: CreateDesktop
|
||||
domain: com.apple.finder
|
||||
title: All icons
|
||||
description: Hide all icons on desktop
|
||||
param:
|
||||
type: bool
|
||||
examples:
|
||||
- text: Hide all icons
|
||||
value: false
|
||||
- text: Show all icons
|
||||
default: true
|
||||
value: true
|
||||
versions: [Monterey, Big Sur]
|
||||
after: killall Finder
|
||||
|
||||
- folder: menubar
|
||||
name: Menu Bar
|
||||
|
|
Loading…
Reference in a new issue