Category Apple

Toggle Function Keys — Mac OSX

I use a MacBook (shocker…) and I really use it for like programming and stuff. Given that sometimes I need to toggle the function keys on my keyboard from the nifty volume controls or keyboard lighting to something a tad…

Hide or Show OSX Desktop Icons

I do A LOT of presentations and I have an absolute MESS on my desktop (…who doesn’t…). I use this command in Terminal to hide my shame: [code language=”bash”] defaults write com.apple.finder CreateDesktop -bool false killall Finder [/code] And here’s…