Max Baz

Results 721 comments of Max Baz

It would be a pity to revert `splash` change, Cerebro is floating window by its nature, I was using some hooks before #263 to forcefully mark it as floating. ------...

I don't think having an option for window type is a good idea, we wouldn't expect regular users of this app to know what window type even is. If you...

If I had to override Cerebro's window type and make it floating, I would just use `.i3/config`, like I was doing before #263. ``` for_window [class="Cerebro"] floating enable ``` However,...

My understanding is the following: a window can be of a "normal" or a "floating" type. Different OS and different window managers may handle such windows differently. The conceptual difference...

I think that totally makes sense, when that user will finally check their plugins after 1 month, they are still interested in the question "what's new, what has changed since...

Ubuntu is moving away from `.deb` though, the future standard will be `snap` packages. [Here's why](http://askubuntu.com/a/783981). Internally `.deb` files are still used as I understand, but the end-users will be...

`snaps` are also supported other distros, I think devs want them to be as universal as `AppImage`. However this particular format is built by Ubuntu folks, and so they naturally...

Could you please add the following log: ```rust ddc_hi::Display::enumerate() .into_iter() .for_each(|mut display| { log::debug!( "update_capabilities result: {:?}", display.update_capabilities() ); }); ``` before this line: https://github.com/maximbaz/wluma/blob/0c49755fdcf19b22841844df6508f29c31975ce2/src/brightness/ddcutil.rs#L82 and show the output here?

Cool, thanks! Could you please try `ddcutil-add-id` branch, and provide debug logs once more if it still doesn't work? It should hopefully allow you to also use DDC ID field...

Cool, thanks for confirming! I think we'll have to keep IDs because this is what I'm getting when only *one* external monitor is connected, if we don't ignore `update_capabilities` errors...