-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notifications stop appearing after a while #104
Comments
I would also like to be able to use dunst, or at least customise the positioning of the notification popups. |
For the "DND mode" the following can be used:
Changing it to Haven't tried to install dunst and use that with the Gnome flashback notifications daemon disabled. |
Turns out it was easier than I expected. First you need to turn off notifications from Gnome:
Then install dunst and copy the sample config to your home directory for modification:
And that's it. Modify To toggle notifications on/off
It obviously is not integrated with the Regolith desktop, so dunst won't read your |
That's amazing @cesarolea ! I had tried to do something like this when I first started learning how to configure i3, but failed to integrate |
@cesarolea Thanks! Disabling Gnome-flashback notifications using dconf-editor was enough to get dunst working. (I didn’t even have to manually start dunst!) |
Like Rofi, the dunst developers are not interested in adding features like Xresources support because they see it complicating their Wayland future: dunst-project/dunst#357 |
With something like https://github.com/leosunmo/regolith-base16 we could potentially generate the Rofi/Dunst native config format using template engines that read from Xresources. |
True. I'm still hoping for an Xresources-native solution and spent a few hours yesterday trying to remove all the deprecated GLib calls from |
I have added the dunst installation steps provided by @cesarolea in a new wiki HowTo: https://github.com/regolith-linux/regolith-desktop/wiki/HowTo:-Use-Dunst-to-view-notifications |
This should be fixed in 1.3 w/ Rofication. Please reopen if still experiencing loss of notifications. |
Hi,
First of all thank you! I'm forced to use Ubuntu at my work laptop and Regolith makes the experience very nice!
I noticed that when notifications start popping up, they are stored in a menu that is accessible through a system tray icon so you can see what you missed. However if I let them accumulate for a while, notifications will stop popping up altogether until I click the tray icon and clear all notifications.
Is there a way to force all notifications to always show as a popup on the desktop? Ideally there should be a gconf setting that I can toggle via a script, so that I can turn on/off notifications on demand (think a privacy/Do Not Disturb mode)?
On another note, do you know if it's possible to disable whatever notification daemon Gnome-Shell is using, so that I can replace it with dunst?
Thanks!
Edit: Forgot to mention that I have replaced the i3 bar and i3rocks with Polybar, and accessing the system tray that way.
The text was updated successfully, but these errors were encountered: