X11::WM::Sawfish::UNIX - Perl extension for sending LISP forms to the sawfish window manager over UNIX domain sockets.


X11-WM-Sawfish documentation  | view source Contained in the X11-WM-Sawfish distribution.

Index


NAME

Top

X11::WM::Sawfish::UNIX - Perl extension for sending LISP forms to the sawfish window manager over UNIX domain sockets.

SYNOPSIS

Top

  use X11::WM::Sawfish::UNIX;

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

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

ABSTRACT

Top

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

Top

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

Top

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

AUTHOR

Top

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

COPYRIGHT AND LICENSE

Top


X11-WM-Sawfish documentation  | view source Contained in the X11-WM-Sawfish distribution.