Michael Palmos

Results 98 comments of Michael Palmos

> What if wired only tried to load these files if they are specified somewhere in `wired.ron`? That's an option, will have to thinkt further about details of implementing that.

Neat config, looks great! This is *technically* possible with creative use of [render criteria](https://github.com/Toqozz/wired-notify/wiki/Blocks#render-criteria-and-render-anti-criteria), but not at all ergonomic. Basically, as long as you're able to get the blocks in...

Reopening so I remember to work on this :)

You can't! Yet... Will look into adding this.

I like the idea of this. Just trying to figure out how to implement it while introducing as little bloat as possible. Something to consider is that I think Wired...

This is only roughly related, but I just noticed that Wired mistakenly has the `body-markup` capability. I've removed it now which should inform programs not to send markup. We still...

Wow! That's really interesting, thanks for trying Wired. Wired uses [Cairo](https://www.cairographics.org/) to draw notification content, which is basically a drawing canvas API that outputs pixels. This means that when we...

I've been looking for a while, and it seems like we actually want the windows to implement ATK. I *think* that is what provides the atspi stuff. ![gtk accessibility hierarchy...

I'm open to improving the shortcuts config, but like I said in #9, I don't see a reason to overhaul this just yet. I think it should be a breaking...

So I think we should definitely turn actions into an enum, which is probably how it should've been from the start: ```rust pub enum Shorcut { Interact, Close, CloseAll, Action(u8),...