Dead simple output selector of the current workspace in i3 WM. It is based on i3-py package and Tkinter.
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
Simply run i3-output-selector.
MIT