Michael Palmos
Michael Palmos
I'm not familiar with that hint. It seems to be a non-standard hint used by notify-osd in Ubuntu, which I'd rather not support unless it's super useful in some way....
Some more notes on this hint: https://gitlab.freedesktop.org/xdg/xdg-specs/-/issues/77 Annoyingly it may be one of those things that "everybody else is doing" so now we might want to do it too.
This should be available on master now.
I believe the setting you're looking for is `focus_follows`: https://github.com/Toqozz/wired-notify/blob/master/wired.ron#L63
Checking the log file, `pathStrict` is definitely false. I've turned it on and set my path as you describe, but still nothing :( ```json "Lua.runtime.pathStrict": true, "Lua.runtime.path": [ "src/script-game/?.lua" ],...
Ok, I've tried your demo, exact same setup. I think I've found the issue. When I said `import` doesn't do anything special, I made a mistake. It seems like it...
Thanks for the detailed replies! This might be the most helpful anyone has been on a GitHub issue for me. I'm not sure on some of the answers here, since...
All good, thank you for your help :) I guess I'll just have to disable those diagnostics and live with it. Someone can close the ticket if it's not planned...
This isn't a bug. The focus follows feature is supposed to move the notifications to whichever monitor has focus. I guess we could consider something like sticky focus if people...
Sorry, I misread your comment, you're totally right that the behaviour you describe is a bug, my bad. I couldn't reproduce that behaviour :(. When I move focus to the...