mirror of
https://github.com/yannbertrand/macos-defaults
synced 2025-03-04 23:07:18 +00:00
✨ Add finder FXPreferredViewStyle command
This commit is contained in:
parent
5075a0844a
commit
ab1a8c5dec
1 changed files with 18 additions and 0 deletions
18
defaults.yml
18
defaults.yml
|
@ -392,6 +392,24 @@ categories:
|
|||
value: false
|
||||
versions: [Monterey, Big Sur]
|
||||
after: killall Finder
|
||||
- key: FXPreferredViewStyle
|
||||
domain: com.apple.finder
|
||||
title: Default view style
|
||||
description: Set the default view style for folders without custom setting
|
||||
param:
|
||||
type: string
|
||||
examples:
|
||||
- value: clmv
|
||||
text: Column view
|
||||
- value: Nlsv
|
||||
text: List view
|
||||
- value: glyv
|
||||
text: Gallery View
|
||||
- value: icnv
|
||||
default: true
|
||||
text: Icon view
|
||||
versions: [Monterey, Big Sur]
|
||||
after: killall Finder
|
||||
- key: FXEnableExtensionChangeWarning
|
||||
domain: com.apple.finder
|
||||
title: Changing file extension warning
|
||||
|
|
Loading…
Add table
Reference in a new issue