• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/AnyEvent/H03-Nov-2021-619250

t/H03-Nov-2021-173110

ChangesH A D03-Nov-20211.4 KiB7439

MANIFESTH A D03-Nov-2021187 1413

MANIFEST.SKIPH A D03-Nov-2021143 1413

Makefile.PLH A D03-Nov-20212.6 KiB10189

READMEH A D03-Nov-20211,004 4125

README

1AnyEvent-I3
2
3This module connects to the i3 window manager using the UNIX socket based
4IPC interface it provides (if enabled in the configuration file). You can
5then subscribe to events or send messages and receive their replies.
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11	perl Makefile.PL
12	make
13	make test
14	make install
15
16SUPPORT AND DOCUMENTATION
17
18After installing, you can find documentation for this module with the
19perldoc command.
20
21    perldoc AnyEvent::I3
22
23You 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
32LICENSE AND COPYRIGHT
33
34Copyright (C) 2010 Michael Stapelberg
35
36This program is free software; you can redistribute it and/or modify it
37under the terms of either: the GNU General Public License as published
38by the Free Software Foundation; or the Artistic License.
39
40See https://dev.perl.org/licenses/ for more information.
41