NAME
X11::WM::Sawfish::UNIX - Perl extension for sending LISP forms to the sawfish window manager over UNIX domain sockets.
SYNOPSIS
use X11::WM::Sawfish::UNIX;
my $x = new X11::WM::Sawfish::UNIX($display);
$x->eval_form('(display-message "Foo")');
ABSTRACT
X11::WM::Sawfish::UNIX 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 UNIX domain sockets scheme.
To use X11::WM::Sawfish::UNIX, 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.