.flake8
.style.yapf
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.rst
pytest.ini
requirements.txt
run-tests.py
setup.py
docs/aio-con.rst
docs/aio-connection.rst
docs/con.rst
docs/connection.rst
docs/events.rst
docs/index.rst
docs/replies.rst
examples/README.md
examples/app-on-ws-init.py
examples/asyncio-i3status-wrapper.py
examples/command-on-exit.py
examples/disable-standby-fs.py
examples/floating-mode.py
examples/focus-last.py
examples/focus-next-visible.py
examples/focused-windows.py
examples/i3-cmd.py
examples/i3-container-commander.py
examples/i3-cycle-focus.py
examples/i3-debug-console.py
examples/ipc-trace.py
examples/nth_window_in_workspace.py
examples/open-floating-on-ws.py
examples/stop-application-on-unfocus.py
examples/tiling-indicator.py
examples/workspace-new.py
examples/workspace_renumber.py
examples/i3-focus/focus-app.py
examples/i3-focus/focus-current-app-window.py
examples/i3-focus/focus-window.py
examples/i3-focus/history-server.py
examples/i3-focus/tools/__init__.py
examples/i3-focus/tools/app.py
examples/i3-focus/tools/lists.py
examples/i3-focus/tools/menu.py
examples/i3-focus/tools/sockets.py
i3ipc/__init__.py
i3ipc/__version__.py
i3ipc/con.py
i3ipc/connection.py
i3ipc/events.py
i3ipc/model.py
i3ipc/replies.py
i3ipc.egg-info/PKG-INFO
i3ipc.egg-info/SOURCES.txt
i3ipc.egg-info/dependency_links.txt
i3ipc.egg-info/requires.txt
i3ipc.egg-info/top_level.txt
i3ipc/_private/__init__.py
i3ipc/_private/pubsub.py
i3ipc/_private/sync.py
i3ipc/_private/types.py
i3ipc/aio/__init__.py
i3ipc/aio/connection.py
test/i3.config
test/ipctest.py
test/test_event_exceptions.py
test/test_get_bindings_modes.py
test/test_get_config.py
test/test_get_marks.py
test/test_leaves.py
test/test_restart.py
test/test_shutdown_event.py
test/test_ticks.py
test/test_window.py
test/aio/__init__.py
test/aio/ipctest.py
test/aio/test_event_exceptions.py
test/aio/test_get_bindings_modes.py
test/aio/test_get_config.py
test/aio/test_get_marks.py
test/aio/test_leaves.py
test/aio/test_output.py
test/aio/test_requests.py
test/aio/test_restart.py
test/aio/test_scratchpad.py
test/aio/test_shutdown_event.py
test/aio/test_ticks.py
test/aio/test_window.py
test/aio/test_workspace.py
test/aio/window.py