Metadata-Version: 2.1
Name: i3-xkb-switcher
Version: 0.1.3
Summary: Keyboard layout switcher for i3 windows
Home-page: https://github.com/inn0kenty/i3-xkb-switcher
License: MIT
Author: Innokenty Lebedev
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: i3ipc (>=2.1.1,<3.0.0)
Requires-Dist: xkbgroup (>=0.2.0,<0.3.0)
Project-URL: Repository, https://github.com/inn0kenty/i3-xkb-switcher
Description-Content-Type: text/markdown

i3-xkb-switcher
===============

## Description

This app records keyboard layout for a i3 windows when you leave them.
And when you come back it is restore keyboard layout.

## Install

```bash
$ pip install i3-xkb-switcher
```

Also you can download compiled binary from [release page](https://github.com/inn0kenty/i3-xkb-switcher/releases).

## Usage

```bash
$ i3-xkb-switcher
```

To enable debug mode run with `--debug` key.

By default it writes logs to stdout. You can specify path by `--log-path` option.

