https://github.com/linkdd/i3tools
Tools for i3wm
https://github.com/linkdd/i3tools
Last synced: about 1 year ago
JSON representation
Tools for i3wm
- Host: GitHub
- URL: https://github.com/linkdd/i3tools
- Owner: linkdd
- Created: 2016-06-27T08:07:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T08:22:08.000Z (almost 10 years ago)
- Last Synced: 2025-03-16T17:49:35.451Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
i3tools
=======
.. image:: https://img.shields.io/pypi/l/i3tools.svg?style=flat-square
:target: https://pypi.python.org/pypi/i3tools/
:alt: License
.. image:: https://img.shields.io/pypi/status/i3tools.svg?style=flat-square
:target: https://pypi.python.org/pypi/i3tools/
:alt: Development Status
.. image:: https://img.shields.io/pypi/v/i3tools.svg?style=flat-square
:target: https://pypi.python.org/pypi/i3tools/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/i3tools.svg?style=flat-square
:target: https://pypi.python.org/pypi/i3tools/
:alt: Supported Python versions
.. image:: https://img.shields.io/pypi/implementation/i3tools.svg?style=flat-square
:target: https://pypi.python.org/pypi/i3tools/
:alt: Supported Python implementations
.. image:: https://img.shields.io/pypi/wheel/i3tools.svg?style=flat-square
:target: https://travis-ci.org/linkdd/i3tools
:alt: Download format
.. image:: https://img.shields.io/pypi/dm/i3tools.svg?style=flat-square
:target: https://pypi.python.org/pypi/i3tools/
:alt: Downloads
Tools for i3 window manager.
Installation
------------
.. code-block:: text
pip install i3tools
Usage
-----
i3ws
~~~~
Go to previous/next workspace.
.. code-block:: text
i3ws
Configuration:
.. code-block:: text
bindsym $mod+Ctrl+Left exec i3ws prev
bindsym $mod+Ctrl+Right exec i3ws next