Guile Really-Improved 3 Window Manager Fork of i3-wm with guile configuration
Go to file
Michael Stapelberg d7bd645863 Fix documentation for get_marks (s/tree/marks) 2017-08-19 18:13:19 +02:00
.github
contrib
debian debian: update changelog 2016-11-08 21:31:34 +01:00
docs Document missing case of workspace event 2017-07-30 01:14:07 -04:00
etc
i3-config-wizard migrate i3-config-wizard to draw_util (#2654) 2017-01-24 23:18:13 -08:00
i3-dump-log
i3-input
i3-msg
i3-nagbar
i3bar
include Merge pull request #2496 from Airblader/feature-917 2017-05-15 21:35:10 +02:00
lib/AnyEvent
libi3 libi3: Add basic validation to hex color conversion 2017-07-12 17:53:15 -04:00
m4 Accept calling absolute path when building outsource 2016-11-09 22:37:21 +01:00
man
parser-specs
share
src Fix 'Mouse binding don't work' 2017-07-07 01:03:36 +05:30
t add testcase for sugar methods 2017-08-19 18:13:19 +02:00
testcases
travis
.clang-format
.gitignore
.travis.yml
Changes
DEPENDS
I3_VERSION
LICENSE
MANIFEST Bump version for new CPAN upload, fix MANIFEST 2017-08-19 18:13:19 +02:00
MANIFEST.SKIP
Makefile.PL
Makefile.am
PACKAGE-MAINTAINER
README
RELEASE-NOTES-4.13
configure.ac
generate-command-parser.pl
i3-dmenu-desktop
i3-migrate-config-to-v4 Remove dead documentation for non-existing feature "stack-limit". 2015-06-09 23:13:15 +02:00
i3-save-tree
i3-sensible-editor
i3-sensible-pager
i3-sensible-terminal
logo.svg
pseudo-doc.doxygen
release.sh

README

AnyEvent-I3

This module connects to the i3 window manager using the UNIX socket based
IPC interface it provides (if enabled in the configuration file). You can
then subscribe to events or send messages and receive their replies.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc AnyEvent::I3

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-I3

    The i3 window manager website
        http://i3.zekjur.net/


LICENSE AND COPYRIGHT

Copyright (C) 2010 Michael Stapelberg

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.