The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

X11::WM::Sawfish::XProp - Perl extension for sending LISP forms to the sawfish window manager using X server window properties.

SYNOPSIS

  use X11::WM::Sawfish::XProp;

  my $x = new X11::WM::Sawfish::XProp();

  $x->eval_form('(display-message "Foo")');

ABSTRACT

X11::WM::Sawfish::XProp implements the communication protocol used to connect to a running instance of the Sawfish window manager with UNIX domain sockets.

DESCRIPTION

The Sawfish window manager supports two schemes for submitting LISP forms for evaluation. This module implements the X server windows properties scheme.

To use X11::WM::Sawfish::XProp, simply create an instance the same way as with X11::WM::Sawfish, and use it the same way. The methods available are the same as well.

SEE ALSO

sawfish(1), sawfish-client(1), X11::WM::Sawfish

AUTHOR

Craig B. Agricola, <craig@theagricolas.org>

COPYRIGHT AND LICENSE

Copyright 2003 by Craig B. Agricola

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.