]> git.sur5r.net Git - i3/i3/blob - AnyEvent-I3/README
Replace http:// with https:// where applicable
[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         https://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-I3
27
28     The i3 window manager website
29         https://i3wm.org
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 https://dev.perl.org/licenses/ for more information.