Hi everybody,
I'm very happy to announce a new CLFSWM release:
http://common-lisp.net/project/clfswm/clfswm-0809.tar.gz
Since the last release, changes are as follow:
* Colors nearly everywhere (Menu, Info, Help...)
* A more general and simple way to handle corners: see src/clfswm-corners.lisp and doc/corner.txt or doc/corner.html Now a virtual keyboard is accessible and a terminal is available like the quake console.
* Hide/Unhide child and Raise/Lower child: New functions. http://common-lisp.net/project/clfswm/raise-lower.ogv http://common-lisp.net/project/clfswm/hide-unhide.ogv
* A new GIMP layout. See http://common-lisp.net/project/clfswm/gimp-layout.ogv for an example video.
* Each frame can have a different focus policy. One of: click to focus (the default), sloppy focus, strict sloppy focus (sloppy focus only on the current frame), sloppy select (select a frame on mouse over). http://common-lisp.net/project/clfswm/focus-policy.ogv
* A fast layout switch method.
* A switch to last child method (Shift+tab by default).
* A beginning of configuration from clfswm. Each global configuration variables follow the documentation syntax: "Config(group): documentation". The next step is a way to change them from clfswm and store the new values in the configuration file.
* Some internal change for displaying children with less flickering.
Hope you'll like it.
As always, the main site is here: http://common-lisp.net/project/clfswm/
And the clfswm trac is available here: http://trac.common-lisp.net/clfswm/
Have fun,
Philippe