oswo 2.1.0

Organize your sway outputs
Documentation
1
2
3
4
5
6
7
//! A lib to manage sway outputs.

mod cfg;
pub mod outputs;

pub use cfg::Cfgs;
pub use outputs::Outputs;