Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 691 Bytes

README.rst

File metadata and controls

37 lines (23 loc) · 691 Bytes

i3-output-selector

Dead simple output selector of the current workspace in i3 WM. It is based on i3-py package and Tkinter.

https://raw.githubusercontent.com/kwarunek/i3-output-selector/master/screenshot.png

Installation

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