Results 52 comments of Bill Doyle

By wrong notification, do you mean it closes another notification with the same anchor, or a notification with the default anchor?

I can't help but feel that actually parsing the config to figure out what happens to any given notification would be a massive pain. Perhaps instead we could provide an...

It's not something mako could easily implement, we have no way of knowing when output focus changes. When there's no specific output configured, we ask the compositor to pick one...

Passing thought: we could add a `makoctl redisplay` that simply recreates all the visible surfaces, and then you could use whatever ipc mechanism your compositor supports to watch for output/workspace...

I wonder, would it be sufficient to instead allow specifying a gradient with multiple stops that get passed straight to cairo? That would avoid adding (much) extra work on the...

It should be possible to use a tool like `swayidle` to change mako's mode when the user is away from their machine. You could create a mode with `ignore-timeout=1` and...

`ignore-icon` would overlap a bit weirdly with the fact that you can already override `icons` within criteria sections, but I like the symmetry in spirit.

Setting `icons=false` in criteria will hide icons for matching notifications without disabling icon support globally. (Or conversely you can enable them only for certain criteria.)

I'd be fine with a breaking change to make `icons` a global-only option and then adding `ignore-icons` for criteria. > On Dec 26, 2019, at 04:02, Simon Ser wrote: >...

This behavior is the result of the fix for #55, where the future was correctly predicted. :) To fix this without breaking that fix, we need some way to filter...