Metadata-Version: 1.1
Name: i3-output-selector
Version: 0.1.2
Summary: GUI tool to change output for the current workspace in i3.
Home-page: https://github.com/kwarunek/i3-output-selector
Author: Krzysztof Warunek
Author-email: krzysztof@warunek.net
License: MIT
Description: i3-output-selector
        ==================
        
        Damn simple output selector of the current workspace in i3 WM. 
        It is based on i3-py package and Tkinter.
        
        .. image:: https://raw.githubusercontent.com/kwarunek/i3-output-selector/master/screenshot.png
        
        Installation
        ============
        
        You can use pip (python3 and python2 compatible):
        
        ::
        
            pip install i3-output-selector
            # .. or directly from Github
            # pip install git+https://github.com/kwarunek/i3-output-selector.git
        
        App uses Tkinter as a GUI, be sure to have it installed. On Debian/Ubunutu:
        
        ::
           
           apt-get install python-tkinter
           # .. or
           # apt-get install python3-tk
        
        
        Usage
        =====
        
        Simply run **i3-output-selector**.
        
        License
        =======
        
        MIT
        
Keywords: i3,workspace,selector,output
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: Operating System :: POSIX
Classifier: Development Status :: 3 - Alpha
