For example, I've mapped switching between tabs to TipTap left and TipTap right for any software that has tabs (Chrome, FireFox, Terminal, TextMate, etc.).
To add more gestures for my touchpad (like TipTap-Left to switch tabs in every application that has them) I use Better Touch Tool.
Divvy - http://mizage.com/divvy/
DragonDrop - http://shinyplasticbag.com/dragondrop/
Tried out DragonDrop - it's pretty awesome and instantly solves a problem I never realised I had!
complement: add to (something) in a way that enhances or improves it; make perfect
I do not believe that F.lux is expressing admiration for its surroundings.
/pet-peeve
How did I not know about this? I'm almost looking forward to going to work tomorrow.
Edit: Another commenter suggests http://spectacleapp.com/ - works really well out of the box - in fact it does what I expected Slate to do.
edit: actually, spectacle doesn't do what slate does. doesn't spectacle basically give you some specific ways to tile no way to go beyond that?
- Spectacle, for easily tiling windows http://spectacleapp.com/
- TotalTerminal, for globally accessible, full-width, semitransparent, sliding out Terminal. http://totalterminal.binaryage.com/
Plus the labor of maintaining 10-20 apps that modify default OS X behavior can get excessive.
Flexiglass allows (modifier key(s), two-finger move) to reposition a window. This is effortless and awesome. HyperDock requires (modifier key(s), left mouse click + movement). The click seems like a small thing but is more awkward, in my experience.
I thought it was lazy resizing in an image editor, but it turns out it's just bad CSS.
They have a "max-width" on "BODY IMG", but then some script or some deployment process added "width:" and "height:" on each image individually.
The max-width alone would resize the image nicely, but the presence of the "height:" causes the vertical stretch.
(Sorry, the web-debugger in me kicks in without being asked.)
This reminds me... why isn't there a Windows archive-extractor program with this behavior? I tried to search for it a while ago, but it seemed like every app developer who had the suggestion presented to them hated it.
Maybe it's because I hate having to move my mouse cursor.
alias win7="bless -mount /Volumes/win7/ -legacy -setBoot -nextonly; shutdown -r now"
alias debian="bless -mount /Volumes/wheezy/ -legacy -setBoot -nextonly; shutdown -r now"
alias arch="bless -mount /Volumes/arch/ -legacy -setBoot -nextonly; shutdown -r now"
Obviously change the volume paths as needed. Typing "win7" into terminal will restart into my Windows 7 install, likewise for "debian" and "arch". Any subsequent reboot will automatically reboot back into OSX https://gist.github.com/jwhitley/8377268
This can be invoked effortlessly from tools like LaunchBar or FastScripts.Credit to @robjwells, whose original gist I forked and modified to be passwordless.