mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 23:57:07 +00:00
✨ Add finder showWindowTitlebarIcons command
This commit is contained in:
parent
c3ac94f9b8
commit
69117dbebb
1 changed files with 18 additions and 0 deletions
18
defaults.yml
18
defaults.yml
|
@ -489,6 +489,24 @@ categories:
|
|||
- value: false
|
||||
text: home directory is opened in the fileviewer dialog when saving a new document
|
||||
versions: [Catalina]
|
||||
- key: showWindowTitlebarIcons
|
||||
domain: com.apple.universalaccess
|
||||
title: Title bar icons
|
||||
description: |
|
||||
Always show folder icon before title in the title bar
|
||||
|
||||
⚠️ This command requires to grant full disk access to the terminal
|
||||
(System Preferences → Security & Privacy → Full Disk Access)
|
||||
param:
|
||||
type: bool
|
||||
examples:
|
||||
- text: Show icon in the title bar
|
||||
value: true
|
||||
- text: Hide icon from the title bar
|
||||
default: true
|
||||
value: false
|
||||
versions: [Monterey]
|
||||
after: killall Finder
|
||||
- key: NSToolbarTitleViewRolloverDelay
|
||||
domain: NSGlobalDomain
|
||||
title: Adjust toolbar title rollover delay
|
||||
|
|
Loading…
Reference in a new issue