macOS dock fixes

This commit is contained in:
2024-10-28 23:36:24 +00:00
parent f7459a6c22
commit 180938ad9d

View File

@@ -92,17 +92,15 @@
minimize-to-application = true; #Minimize windows into their application icon minimize-to-application = true; #Minimize windows into their application icon
persistent-apps = [ #Dock apps persistent-apps = [ #Dock apps
"/Applications/Safari.app"
"/System/Applications/Utilities/Terminal.app"
]; ];
persistent-others = [ #Dock folders persistent-others = [ #Dock folders
"~/Downloads" "/Users/trude/Downloads"
]; ];
show-recents = false; #Dock show ecent apps show-recents = false; #Dock show recent apps
showhidden = true; 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 tilesize = 32; #Dock icon size
}; };