On Thu, Aug 31, 2000 at 03:22:56PM +1100, Jeff Waugh wrote:
> > Conrad Parker wrote:
> > 
> > quick question ... anyone know how sawfish implements its scripting?
> > (probably one of swig, or native guile [ie. guile but not via swig])
> 
> 
> librep, a lightweight, embeddable Lisp interpreter/virtual machine/compiler.

It feels a lot like elisp.  It's lovely.

In the FAQ, the author apologises for not using Guile, but
didn't because he had already written rep, and so knew it
inside-out.

To do the maximise thing, reading the info leads me to believe
that something like:

(bind-key window-keymap
 "M-N" 'maximise-window)

Might do the job.  Unfortunately I'm running through an ssh
session at the moment, so I can't check it.  It might be more
complicated than that.

I would expect that you can specify this sort of thing through
the "Customise" menu options.  That's where I've done my key and
button binding customisations.  The only thing I've done with
a hand-edited script is the apps-menu popup, which is bound to
the right-button in the root window, naturally.

-- 
Andrew


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to