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

NAME

Lib::IXP - binding for libixp

SYNOPSIS

   #
   # See perlwmii.pl from examples directory of this tarball
   # You need to customize a little bit for now, and then copy it
   # to your ~/.wmii/wmiirc file.
   #

DESCRIPTION

Lib::IXP is a binding for the libixp library. This library is used to configure wmii, a window manager. Thus, this binding is used to configure wmii from a Perl program.

libixp may be found at: http://www.suckless.org/libs/libixp.html

wmii may be found at: http://www.suckless.org/wmii/

LOW-LEVEL FUNCTIONS

ixp_mount (scalar)
ixp_mountfd (scalar)
ixp_unmount (scalar)
ixp_clientfd (scalar)
ixp_create (scalar, scalar, scalar, scalar)
ixp_open (scalar, scalar, scalar)
ixp_remove (scalar, scalar)
ixp_stat (scalar, scalar)
ixp_read (scalar, scalar, scalar)
ixp_write (scalar, scalar, scalar)
ixp_close (scalar)
ixp_errbuf ()
ixp_message (scalar, scalar, scalar)

HIGH-LEVEL FUNCTIONS

xread (scalar, scalar, scalar)
xwrite (scalar, scalar, scalar)
xls (scalar, scalar)
xcreate (scalar, scalar, scalar)
xremove (scalar, scalar)

AUTHOR

Patrice <GomoR> Auffret

COPYRIGHT AND LICENSE

Copyright (c) 2008-2015, Patrice <GomoR> Auffret

You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive.