-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (22 loc) · 1.16 KB
/
README
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
I'm tired of moving windows around. Really, really tired.
I recently set up Awesome on my Debian computer. It's awesome. It
takes care of all of the crap (read: window management) that I had to do
all day long, wasting my time and energy keeping windows in usable positions.
I rapidly grew to hate using my Mac for any real development, except that...
it's the only place I can use Xcode, and I just started iOS development.
So, at an impasse, I came up with the idea of using AppleScript to keep my
windows in line. Some quick googling found an application called
FastScripts(www.red-sweater.com/fastscripts), which supports binding applescripts
to keys commands. I personnaly keep mine set up like this:
option-w: Full Screen
option-q: Tile Current Application
option-a: Tile all apps, dock current app on left
option-s: Tile all apps
option-d: Tile all apps, dock current app on right.
There are a couple of issues with the scripts right now:
- Carbon support
- Java support (Same issue?)
Older applications (or Eclipse, or Spotify) spit out an error dialog, but everything
up to those will tile properly.
Hope you enjoy these, and please, feel free to update them!
-Sam