diff --git a/defaults.yml b/defaults.yml index 6b656399..5bfc049a 100644 --- a/defaults.yml +++ b/defaults.yml @@ -434,6 +434,38 @@ categories: text: Large versions: [Monterey, Big Sur, Catalina] after: killall Finder + - key: NewWindowTarget + domain: com.apple.finder + title: "Initial folder shown by new Finder windows" + description: >- + Set by the "New Finder windows show:" drop down menu in the Finder preferences. + Often used in conjunction with `NewWindowTargetPath`. + param: + type: string + values: [PfCm, PfVo, PfHm, PfDe, PfDo, PfAF, PfLo] + examples: + - value: PfCm + text: Your computer (e.g. "Bob's MacBook Pro") + - value: PfVo + text: The root of your file system (e.g. "Macintosh HD"). Accompanied by `NewWindowTargetPath = "file:///"`. + - value: PfHm + text: Home. Accompanied by `NewWindowTargetPath = "file:///Users/bob/"`. + - value: PfDe + text: Desktop. Accompanied by `NewWindowTargetPath = "file:///bob/Desktop/"`. + - value: PfDo + text: Documents. Accompanied by `NewWindowTargetPath = "file:///Users/bob/Documents/"`. + - value: PfAF + text: Recents. Accompanied by `NewWindowTargetPath = "file:///System/Library/CoreServices/Finder.app/Contents/Resources/MyLibraries/myDocuments.cannedSearch/"`. + - value: PfLo + text: Other location. Accompanied by `NewWindowTargetPath = "file:///the/other/location/`. + - key: NewWindowTargetPath + domain: com.apple.finder + title: "Initial folder shown by new Finder windows" + param: + type: string + description: + Set by the "New Finder windows show:" drop down menu in the Finder preferences. + See `NewWindowTarget`. - folder: menubar name: Menu Bar