swaysome/src
Daniel Albert 2497f0519f Fix #4: Add workaround for missing focused property in outputs
If there is an inactive input, then the `focused` property may be missing in sway's response to a `get_output` message.
This fix uses a feature of serde where default values for missing fields can be defined.
Here, the `Default::default` for booleans is used, which is `false`.
2022-05-22 21:15:00 +02:00
..
main.rs Fix #4: Add workaround for missing focused property in outputs 2022-05-22 21:15:00 +02:00