diff options
author | markm <markm@FreeBSD.org> | 1996-11-15 04:03:50 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-11-15 04:03:50 +0800 |
commit | b553155bbb9e679c3820f5d71b3a977c1920883f (patch) | |
tree | cceeb32a6e9bbe406900fb380e95e6ce208fdd79 /x11-wm/gwm/pkg-descr | |
parent | 3e04c13eb5aa66123183b642a28aec95f871b56b (diff) | |
download | freebsd-ports-gnome-b553155bbb9e679c3820f5d71b3a977c1920883f.tar.gz freebsd-ports-gnome-b553155bbb9e679c3820f5d71b3a977c1920883f.tar.zst freebsd-ports-gnome-b553155bbb9e679c3820f5d71b3a977c1920883f.zip |
Generic Window Manager, v1.8c.
Nice window manager with lisp configuration.
Diffstat (limited to 'x11-wm/gwm/pkg-descr')
-rw-r--r-- | x11-wm/gwm/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-wm/gwm/pkg-descr b/x11-wm/gwm/pkg-descr new file mode 100644 index 000000000000..095489935a6b --- /dev/null +++ b/x11-wm/gwm/pkg-descr @@ -0,0 +1,14 @@ +The GWM (Generic Window Manager) is an extensible Window Manager for the X +Window System Version 11. It is based upon a WOOL (Window Object Oriented +Langage) kernel, which is an interpreted dialect of Lisp with specific window +management primitives. The user builds a window manager by writing WOOL files +to describe objects on the screen, including a Finite State Machine triggering +WOOL actions on response to X events (e.g. mouse buttons) on that object. These +objects can be used as decorations around X applications windows, as pop-up +menus or as independent windows. GWM should be able to emulate efficiently +other window managers, and play the same role for window managers as EMACS does +for text editors. + +GWM comes with already defined profiles (standard, vtwm-like, twm-like, +mwm-like). Some screenshots are avialable on the W3 page. Or you can design +exactly what you want. |