diff options
author | clive <clive@FreeBSD.org> | 2001-01-21 05:42:25 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-01-21 05:42:25 +0800 |
commit | 360f4d244ea33f50c921bb48598be0ff179eaf7d (patch) | |
tree | be08fc6bc4c9c92087afb7ead2a126714fe7e68b /x11-wm/ion-2/pkg-descr | |
parent | 10f2073ac8bcff161e7e89e1c28a6c4a57515ebe (diff) | |
download | freebsd-ports-gnome-360f4d244ea33f50c921bb48598be0ff179eaf7d.tar.gz freebsd-ports-gnome-360f4d244ea33f50c921bb48598be0ff179eaf7d.tar.zst freebsd-ports-gnome-360f4d244ea33f50c921bb48598be0ff179eaf7d.zip |
o New port x11-wm/ion - A window manager with a text-editorish,
keyboard friendly interface.
o portlint
o Fix pkg-plist to handle NOPORTDOCS
o Fix patch-system.mk for 'make reinstall'
This WM is almost keyboard driven. Hit Meta-F1 for help.
PR: 24474
Submitted by: ricci@cs.utah.edu
Diffstat (limited to 'x11-wm/ion-2/pkg-descr')
-rw-r--r-- | x11-wm/ion-2/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-wm/ion-2/pkg-descr b/x11-wm/ion-2/pkg-descr new file mode 100644 index 000000000000..6836b64dbe47 --- /dev/null +++ b/x11-wm/ion-2/pkg-descr @@ -0,0 +1,23 @@ +Ion (based on PWM) is a new kind of window manager that brings a +text-editorish, keyboard friendly user interface to window management. + +Modern GUIs are unusable. Overlapping windows are hard to manage, especially +from the keyboard, and the user often ends up in a jungle. Not to mention the +application programs, which are even worse. Mouse-based search-and-click +interfaces are slow - keyboard is fast having learnt the commands. Ion (the +last three letters of vision =-) was written as an example and an experiment of +something presumably better (just the window manager, though). + +Ion simply divides the screen into frames that take the whole screen. Big +displays have so much space that this is convenient and smaller displays +couldn't show more than one window at a time anyway. The frames can be split +and growing the size of one will shrink others. Alike in PWM, clients can be +moved between frames and multiple clients can be attached to one frame. + +With Ion you will hardly ever have to touch the mouse again for navigation +between windows and the windows are always in order. + +WWW: http://www.students.tut.fi/~tuomov/ion/ + +-- Robert Ricci + ricci@cs.utah.edu |