diff options
author | danw <danw> | 2000-07-01 04:13:30 +0000 |
---|---|---|
committer | danw <danw> | 2000-07-01 04:13:30 +0000 |
commit | 4fb894fa8ed50600bcb0eb2ae6e293b2722e67ce (patch) | |
tree | 4aee417254a10801326b2660f10e1685cff1cd4e /x11/sawfish/pkg/DESCR | |
parent | 9f41311f8150185decba92e7fd8c3968102e7ba0 (diff) | |
download | pkgsrc-4fb894fa8ed50600bcb0eb2ae6e293b2722e67ce.tar.gz |
sawfish 0.28.1
a GNOME-aware window manager that is fully configurable in Lisp
Diffstat (limited to 'x11/sawfish/pkg/DESCR')
-rw-r--r-- | x11/sawfish/pkg/DESCR | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/sawfish/pkg/DESCR b/x11/sawfish/pkg/DESCR new file mode 100644 index 00000000000..4b8ec0cb203 --- /dev/null +++ b/x11/sawfish/pkg/DESCR @@ -0,0 +1,23 @@ +This is sawfish, a highly configurable window manager for X11. It is +known to compile on at least Solaris/sparc and Linux/ix86; it is +released under the terms of the GNU GPL, copyright John Harper +<jsh@users.sourceforge.net> + + +Sawfish is an extensible window manager using an Emacs Lisp-like +scripting language--all window decorations are configurable, the basic +idea is to have as much user-interface policy as possible controlled +through the Lisp language. This is no layer on top of twm, but a wholly +new architecture. + +Despite this extensibility its policy is currently very minimal +compared to most window managers. Its aim is simply to manage windows +in the most flexible and attractive manner possible. As such it does +not implement desktop backgrounds, applications docks, or other things +that may be achieved through separate applications. + +All high-level wm functions are implemented in Lisp for future +extensibility or redefinition. Currently this includes menus (using +GTK+), interactive window moving and resizing, virtual workspaces, +iconification, focus/transient window policies, frame theme definitions +and much more. |