|
#1
| ||||
| ||||
| Mad dock trick! OK try this: (disclaimer - if you mess things up, don't blame me. always back up any system files you edit. Don't attempt this if you don't know what XML, backing-up and preferences are) Locate your preferences (Home > library > Preferences) folder, and back-up the file 'com.apple.dock.plist'. then open the original file in a text editor (not textedit - that's an Rich Text Format editor, you want something like BBEdit Lite, which is free from Bare Bones Software) You will see, towards the top of the file (which is in XML code), a couple of lines like this: <key>largesize</key> <real>8.200000000000000e+01</real> These define the size of the icons in the dock when they are magnified under the mouse. Set the number to something like 30.200000000000000e+01, and save the file. Log out and back in again to restart the dock, and you now have insane big icons when you put your mouse over it. Lookie:
__________________ "These are my principles, if you don't like them, I have others" // 2 line quine in PHP <?$s='echo"<?\$s=%27".$s."%27;\n".urldecode($s);?>'; echo"<?\$s='".$s."';\n".urldecode($s);?> |
|
#2
| ||||
| ||||
| Impressive! I can see how that could be very useful for viewing a streaming video that you keep in your dock until it gets interesting, similar to the way in which I use picture-in-picture on my TV screen.
__________________ -- "No left turn unstoned." ![]() (PowerBook 15" 1.5 GHz/80/1.5 GB, eMac 1 GHz/80/768 MB, SuperDrive, 250 GB FireWire HD, Lexmark Z65 printer, Epson Perfection 1200U scanner) |
|
#3
| ||||
| ||||
| Uhm, does it actually get bigger than when setting the size to max in the preferences? ![]()
__________________ leo at code.coop Co-operatives are private corporations based on the values of self-help, self-responsibility, democracy, equality, equity and solidarity. |
|
#4
| ||||
| ||||
| Quote:
I was thinking it would also be neat (not really useful...) to make the magnification *reverse* so it got smaller ![]() But the dock is a very tricky application, and will ignore 'out of bounds' preferences. BTW, here is an easier way to set this preference: defaults write com.apple.dock largesize 30.200000000000000e+01 then: ps aux | grep -i dock kill (pid of the dock) no need to use -HUP, the system UI server will automatically re-load the dock if it dies (if its not the UI server, maybe its the login panel.. not sure). Also, expand the terminal window because either ps aux or grep will not look at data over the size of the terminal window.
__________________ irc.lfnet.net #kilonet -+=join in=+- Quote:
Audio Engineer - ProTools and Logic Pro Certified. FCC Licensed RF Technician |
|
#5
| ||||
| ||||
| Quote:
I should try it with a movie, to see if the resolution adjusts so thatn it isn't pixelated when huge. Bernie :o)
__________________ "These are my principles, if you don't like them, I have others" // 2 line quine in PHP <?$s='echo"<?\$s=%27".$s."%27;\n".urldecode($s);?>'; echo"<?\$s='".$s."';\n".urldecode($s);?> |
|
#6
| ||||
| ||||
| Unreduced: Bernie :o)
__________________ "These are my principles, if you don't like them, I have others" // 2 line quine in PHP <?$s='echo"<?\$s=%27".$s."%27;\n".urldecode($s);?>'; echo"<?\$s='".$s."';\n".urldecode($s);?> |
|
#7
| ||||
| ||||
| Wow ![]() Still, the max amount of pixels in an icon, 128x128 I suppose, is the same as in the max setting in the dock prefs. Cool for watching movies in the dock, but I don't quite see the need for it ![]() And I don't want the dock icons look like a windoze startup screen on a 17" monitor... THAT looks bad...
__________________ leo at code.coop Co-operatives are private corporations based on the values of self-help, self-responsibility, democracy, equality, equity and solidarity. |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wishfull thinking, dock, drawers and containers | Ifrit | Apple News, Rumors & Discussion | 0 | July 19th, 2003 06:47 PM |
| Resizing the dock | rmundschau | Mac OS X System & Mac Software | 3 | May 18th, 2003 10:09 AM |
| Dock in right side of menu bar | Piet Keizer | Apple News, Rumors & Discussion | 26 | June 19th, 2001 10:21 AM |
| Dock Suggestions | JohnJTanner | Apple News, Rumors & Discussion | 0 | November 8th, 2000 06:31 PM |
| Dock trick | asterizk | Mac OS X System & Mac Software | 1 | October 23rd, 2000 01:45 PM |