altdesktop / i3ipc-python

🐍 An improved Python library to control i3wm and sway.
http://i3ipc-python.readthedocs.io
BSD 3-Clause "New" or "Revised" License
851 stars 109 forks source link

Add Sway specific fields to OutputReply() model #137

Closed tarmack closed 4 years ago

tarmack commented 4 years ago

The new models omitted some Sway specific output i tems. These are mostly related to the hardware behind the outputs and are the only way to get this info under Sway (xrandr lists XWAYLAND[N])

This pull request adds the missing items.

acrisci commented 4 years ago

:+1: