finder - windowsize

wurf

Registered
Hi!

I want that the finder automatically optimizes the size of the window when I open a new one. (just like I klick on the gree button)
Is there any posibilty to configure that?

Thanks for your answer,

Michi
 
Yes you can!

You'll need Script Menu, the instructions laid out on this page and a run-only version of the following script saved in your ~/Library/Scripts/Folder Action Scripts folder:

on opening folder this_folder
tell application "Finder"
set zoomed of container window of this_folder to true
end tell
end opening folder
 
Hi slur!

It works great but is it also possible to attach the script to all folders?
I only attached it to the most important ones, but it would be nice to activate this globally!

Thanks for your advice,

Michi
 
Back
Top