Live data from Hacker News

Show HN: Shade. A Free Mac App to hide your messy desktop.

itunes.apple.com

11–15 of 15 posts

Re: Show HN: Shade. A Free Mac App to hide your messy desktop.

#11
I hide/show my desktop icons with a couple of aliases in my .zshrc:

  alias dihide="defaults write com.apple.finder CreateDesktop -bool NO && killall Finder"
  alias dishow="defaults write com.apple.finder CreateDesktop -bool YES && killall Finder"
This has a couple side effects: clicking on the desktop background doesn't steal focus from the current app, and you can no longer drop files onto the desktop. It doesn't have a pretty UI, but since I've got a terminal open almost all the time, it's just as convenient to me as a menu bar item.

Re: Show HN: Shade. A Free Mac App to hide your messy desktop.

#15

I hide/show my desktop icons with a couple of aliases in my .zshrc: alias dihide="defaults write com.apple.finder CreateDesktop -bool NO && killall Finder" alias dishow="defaults write com.apple.finder CreateDesktop -bool YES && killall Finder" This has a couple side effects: clicking on the desktop background doesn't steal focus from the current app, and you can no longer drop files onto the desktop. It doesn't have…

I just leave the desktop function turned off and use Finder and terminals. I prefer a plain black background.

Off-topic, but I will say it again anyway: I really wish I could disable all window decoration and personalize the way windows are managed like you can in many X11 window managers.

( I miss using compiz standalone on Arch. )

Post reply on HN