Michael Palmos

Results 98 comments of Michael Palmos

I think I have the same issue. 1. Fullscreen Alacritty (1440p display). 2. Open a few v-splits of a syntax-heavy file in Neovim. 3. Scroll some lines. 4. Alacritty is...

Images are infeasible for now. Maybe if we support icon hints we can print those out. Notification hint data gets translated into other fields, like `tag`, `note`, and `percentage`, which...

You can do this now in `0.10.3`.

Also have this bug, here's a video: https://www.youtube.com/watch?v=YanPjwcpfYQ&feature=youtu.be Sorry the fps gets pretty bad in the vid (not game problem), but hopefully the issue can still be seen.

This does indeed seem to work now. Sorry for the delay. I've merged it manually since I had to do some commits to update the readme etc. Thank you!

Oh, we actually already have an option for this: `replacing_resets_timeout`. https://github.com/Toqozz/wired-notify/blob/8ecd477c0ef921bc0abb8f7df823dda1cd78960e/wired.ron#L51

Right, I think I understand what you're saying now. To open firefox from the notification, firefox will need to define some actions -- it seems like it does define a...

Am aware of this issue. Dunst (and others I guess) has some logic to resolve 'native' icon paths. It's part of the notification spec and you're right that we should...

Thanks for the issue! This is a good idea. I really think we need a more dynamic approach to configuration (i.e. being able to run code at runtime) which would...