Notice»

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/4 »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

 
 

How to show currently active apps in Mac OS X Dock

Creativity | 2011. 4. 29. 00:11 | Posted by 스마트 안전보건

Here’s a great trick if you prefer a minimalist Mac OS X desktop and Dock: set the Dock to only display currently active apps. Launch the Terminal and enter the following command:

스크린샷_2011-04-28_at_오전_9.06.39.png

defaults write com.apple.dock static-only -bool TRUE

Now you have to kill the Dock for changes to take effect:

killall Dock

If you use the Dock as an app launcher, this probably won’t be that useful for you. I almost always use Spotlight to launch apps and have my Dock automatically hide, so I’m going to try this out for a while and see how well it works in my day to day workflow.

If you want to revert back to the default Dock behavior, use this command:

defaults write com.apple.dock static-only -bool FALSE

Don’t forget to kill the Dock again for the changes to take effect.

killall Dock

Note: if you try out this tip and don’t like it, you won’t lose your previous Dock icons or arrangement, just use the FALSE command and everything will be back to normal.

이 글은 스프링노트에서 작성되었습니다.

:

Shade inactive windows in Mac OS X with HazeOver

Creativity | 2011. 4. 4. 14:37 | Posted by 스마트 안전보건

If you get easily distracted by things sitting around in the background, HazeOver might be for you. It’s a free utility that casts a shadow on all inactive windows, in other words, any window that isn’t in the foreground will be “hazed over.” Windows actually phase in and out of the shadow so it’s a neat effect even if you aren’t using it to minimize distraction and just want some additional eye candy on your Mac.

shade-inactive-windows-mac.jpg

If you use multiple monitors on your Mac, it will only cast shadows on your primary display, but the developer is working to fix that bug.
You can download HazeOver for free from the developers site.


Source: osxdaily.com

이 글은 스프링노트에서 작성되었습니다.

: