Who knows what this desktop notification is called...
# box-products
d
Who knows what this desktop notification is called and how to disable it? I'm running commandbox in archlinux i3 and it annoyingly opens it as a window not a little popup.
message has been deleted
p
d
I've done that actually. I'm sure that only pertains to the actions available in the tray tool.
b
It's just called the toaster popup and I don't know that there's a way to disable it
Honestly, you're the first person to ever ask, lol
😂 1
There are a number of different places in Runwar that use it
You can put in a ticket to add an enhancement for that
We'd need to decide if we wanted a separate setting for the toaster popups or if we'd make it go hand-in-hand with the tray icon.
I could see someone wanting one but not the other
d
I’m the only one so it’s all good. I can live with it.
b
It wouldn't be too hard. All the code runs through a single helper method
d
In the commandbox repo?
b
And if you ever change your mind and decide you can't get enough of the toaster popups, here's a guide to add your own 😉 https://www.codersrevolution.com/blog/create-your-own-desktop-toaster-popups-in-commandbox-servers
No, the Runwar repo
d
Ah that’s what I thought
Pretty much all toaster popups go through that helper method
✅ 1
Though there are a couple exceptions if you look through the runwar source for
Notify.
✅ 1