mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
Must-have/Notification daemon: add info about D-Bus activation (#843)
This commit is contained in:
parent
448e20f9de
commit
5187a7a36c
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ not, as you might want to use something else.
|
||||||
|
|
||||||
### A notification daemon
|
### A notification daemon
|
||||||
|
|
||||||
_Starting method:_ most likely manual (`exec-once`)
|
_Starting method:_ Automatically, via D-Bus activation, when a notification is emmitted. Alternatively, `exec-once` entry inside `hyprland.conf` can be used. The latter might be preferable, if there are several notification daemons installed on your system.
|
||||||
|
|
||||||
Many apps (e.g. Discord) may freeze without one running.
|
Many apps (e.g. Discord) may freeze without one running.
|
||||||
|
|
||||||
Examples: `dunst`, `mako`, and `swaync`.
|
Examples: `dunst`, `mako`, `fnott` and `swaync`.
|
||||||
|
|
||||||
### Pipewire
|
### Pipewire
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue