macOS dock fixes

This commit is contained in:
2024-10-28 23:36:24 +00:00
parent c06a2aaa08
commit 9c9c212b4c

View File

@@ -92,17 +92,15 @@
minimize-to-application = true; #Minimize windows into their application icon
persistent-apps = [ #Dock apps
"/Applications/Safari.app"
"/System/Applications/Utilities/Terminal.app"
];
persistent-others = [ #Dock folders
"~/Downloads"
"/Users/trude/Downloads"
];
show-recents = false; #Dock show ecent apps
show-recents = false; #Dock show recent apps
showhidden = true;
static-only = true; #Show only open apps in dock
static-only = false; #Show only open apps in dock
tilesize = 32; #Dock icon size
};