mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-14 05:32:31 +00:00
✨ Add finder FXRemoveOldTrashItems command
This commit is contained in:
parent
f424780271
commit
c3ac94f9b8
1 changed files with 14 additions and 0 deletions
14
defaults.yml
14
defaults.yml
|
@ -440,6 +440,20 @@ categories:
|
|||
value: SCev
|
||||
versions: [Monterey, Big Sur]
|
||||
after: killall Finder
|
||||
- key: FXRemoveOldTrashItems
|
||||
domain: com.apple.finder
|
||||
title: Empty bin items after 30 days
|
||||
description: Remove items in the bin after 30 days
|
||||
param:
|
||||
type: bool
|
||||
examples:
|
||||
- text: Automatically empty bin after 30 days
|
||||
value: true
|
||||
- text: Keep bin as is
|
||||
default: true
|
||||
value: false
|
||||
versions: [Monterey, Big Sur]
|
||||
after: killall Finder
|
||||
- key: FXEnableExtensionChangeWarning
|
||||
domain: com.apple.finder
|
||||
title: Changing file extension warning
|
||||
|
|
Loading…
Reference in a new issue