Penguin
Annotated edit history of Ion version 16, including all changes. View license author blame.
Rev Author # Line
13 AristotlePagaltzis 1 [Ion | http://modeemi.cs.tut.fi/~tuomov/ion/] is an [X11] WindowManager written by Tuomo Valkonen after implementing [PWM] to test tabbing and finding that it didn't suffice as a means of increasing the efficiency of use of [GUI] applications. [Ion] deviates from the dominant overlapping windows paradigm. Instead, it allows you to divide your screen up into a series of frames. You can bind classes of windows to particular frames, and having multiple windows open per frame gives you a series of tabs in the frame titlebar.
8 AristotlePagaltzis 2
3 Check out a screenshot to get a better idea: http://modeemi.cs.tut.fi/~tuomov/ion/screenshots/ion-1.jpg
4
14 AristotlePagaltzis 5 While [Ion] isn't big on EyeCandy, it's extremely functional and useful. It has excellent keyboard support, and obviates the need for programs like [Mozilla] to implement their own tabbing. (In fact, programs that do their own tabbing are a [PITA] because you can't use your standard keybindings to manipulate them.) After a while (and a little customization) you don't even notice that [Ion] is there - unlike a normal WindowManager. Although you might think a large screen is required to use [Ion] comfortably, support for multiple workspaces and implicit tabbing means people have found it works out quite even on a 15" screen at 800x600.
8 AristotlePagaltzis 6
14 AristotlePagaltzis 7 ----
8 AristotlePagaltzis 8
16 CraigBox 9 !! Stephen Lewis' setup
8 AristotlePagaltzis 10
15 AristotlePagaltzis 11 ;: I tend to have a collection of fullscreen workspaces for general use, and a bunch of special purpose ones for apps like [TheGIMP] and [XMMS] that work best with a specific frame layout. As an example, I have [TheGIMP] set up to open on it's own workspace with the following layout:
8 AristotlePagaltzis 12
14 AristotlePagaltzis 13 ┌──────────────┬────┐
14 │ │ │
15 │ ├────┤
16 │ │ │
17 │ │ │
18 │ │ │
19 └──────────────┴────┘
8 AristotlePagaltzis 20
14 AristotlePagaltzis 21 ;: I've set it up so that the tool window opens in the top right frame, image windows and file open/save dialog boxes always open in the large frame, and all other windows/dialog boxes open in the bottom right frame. This means that the main image window is almost never obscured, and irritating popup windows (like for the !EyeDrop tool) always open out of the way.
12 AristotlePagaltzis 22
23 ----
24 Part of CategoryWindowManager