Guile Really-Improved 3 Window Manager Fork of i3-wm with guile configuration
Go to file
Michael Stapelberg 85e98d8d7d fix doc error: missing opening brace (Thanks bitonic) 2017-08-19 18:13:19 +02:00
.github
contrib contrib: add per-workspace-layout.pl 2014-01-26 16:51:32 +01:00
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 Move/rename config files/.desktop files into subdirs 2016-10-23 21:09:24 +02:00
i3-config-wizard
i3-dump-log
i3-input
i3-msg
i3-nagbar
i3bar Prevent accidentally introduced fall-through 2017-08-19 17:29:31 +02:00
include Merge pull request #2496 from Airblader/feature-917 2017-05-15 21:35:10 +02:00
lib/AnyEvent fix doc error: missing opening brace (Thanks bitonic) 2017-08-19 18:13:19 +02:00
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 Add KDE konsole terminal fallback to i3-sensible-terminal 2017-07-10 12:27:31 +01:00
parser-specs Fix 'rename workspace to tosomething' 2017-06-12 22:21:21 +08:00
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 t/171-config-migrate: escape braces for newer Perl versions 2017-08-19 17:45:37 +02:00
travis switch to clang-format-3.8 (#2547) 2016-11-08 13:46:43 -08:00
.clang-format
.gitignore pull autotools.gitignore into .gitignore 2016-10-23 21:09:24 +02:00
.travis.yml
Changes 0.14: add support for the mode event 2017-08-19 18:13:19 +02:00
DEPENDS
I3_VERSION Set non-git version to 4.13-non-git. 2016-11-08 19:54:14 +01:00
LICENSE
MANIFEST Bump version for new CPAN upload, fix MANIFEST 2017-08-19 18:13:19 +02:00
MANIFEST.SKIP Bump version for new CPAN upload, fix MANIFEST 2017-08-19 18:13:19 +02:00
Makefile.PL Add check to Makefile to abort in a Windows environment (neither i3 nor unix sockets available) 2017-08-19 18:13:19 +02:00
Makefile.am Move SYSCONFDIR definition to makefile 2017-07-12 10:57:23 -04:00
PACKAGE-MAINTAINER
README kill boilerplate 2017-08-19 18:13:19 +02:00
RELEASE-NOTES-4.13
configure.ac Move SYSCONFDIR definition to makefile 2017-07-12 10:57:23 -04:00
generate-command-parser.pl
i3-dmenu-desktop
i3-migrate-config-to-v4
i3-save-tree
i3-sensible-editor
i3-sensible-pager
i3-sensible-terminal Add KDE konsole terminal fallback to i3-sensible-terminal 2017-07-10 12:27:31 +01:00
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.