tmerr / i3ipc-rs

A Rust library for controlling i3-wm through its IPC interface
MIT License
106 stars 33 forks source link

Add primary flag to Output struct #7

Closed wawe closed 7 years ago

wawe commented 7 years ago

The primary flag indicates whether the output is currently considered the primary output by the X server.

tmerr commented 7 years ago

Thank you! It looks like it was accidentally missing from i3's ipc documentation.