Max Verevkin
Max Verevkin
Is this necessary for #1877?
> Add formatter option for type Number, like ignore_zero or ignore_threshold. This is more general approach. I like this. Or even add an option to `.eng` formatter. Maybe `.eng(allow:1..100)` or...
It would be possible, but TBH I think it would be better if river added support for pointer emulation for clients not using the tablet protocol. I don't plan to...
I don't know how common the touch -> pointer emulation is in other compositors, and I don't have a touch screen to test this. But touch should be pretty easy...
> Or maybe a `is_aligned_for::()` might suffice for most cases? Can `is_aligned()` be stabilized before `is_aligned_to()`? Especially because it can be used as `cast::().is_aligned()`.
> Should the default click action just be overridden? Set `pass = false` to override block's action. Documented [here](https://greshake.github.io/i3status-rust/i3status_rs/click/struct.ClickConfigEntry.html) (this should be mentioned somewhere in the README).
> Also, should there be a way to remap or use the default action with another button, without reimplementing it via a command yourself? I imagine something like this could...
> when I restart i3status-rs it looks like it only loads 4-5 blocks at the start and then the other blocks start to trickle in "over time". This is normal,...
> Hmm, should we make pass be false by default? That sounds like a good idea
I would consider this as a bug. It shouldn't be too hard to make those buttons "special", but then we have to decide: 1. Should there be a way to...