]> git.sur5r.net Git - i3/i3/blob - AnyEvent-I3/README
4658ba161f0329d6ec4a3210ce3a71d8b64f4f81
[i3/i3] / AnyEvent-I3 / README
1 AnyEvent-I3
2
3 This module connects to the i3 window manager using the UNIX socket based
4 IPC interface it provides (if enabled in the configuration file). You can
5 then subscribe to events or send messages and receive their replies.
6
7 INSTALLATION
8
9 To install this module, run the following commands:
10
11         perl Makefile.PL
12         make
13         make test
14         make install
15
16 SUPPORT AND DOCUMENTATION
17
18 After installing, you can find documentation for this module with the
19 perldoc command.
20
21     perldoc AnyEvent::I3
22
23 You can also look for information at:
24
25     RT, CPAN's request tracker
26         http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-I3
27
28     The i3 window manager website
29         http://i3.zekjur.net/
30
31
32 LICENSE AND COPYRIGHT
33
34 Copyright (C) 2010 Michael Stapelberg
35
36 This program is free software; you can redistribute it and/or modify it
37 under the terms of either: the GNU General Public License as published
38 by the Free Software Foundation; or the Artistic License.
39
40 See http://dev.perl.org/licenses/ for more information.