mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-20 06:59:58 -05:00
modules: add x11-bell module
It listens for X11 bell events and plays a sample with libcanberra. Fixes #1668
This commit is contained in:
parent
5d890435b4
commit
0cd0ef5912
6 changed files with 330 additions and 0 deletions
|
|
@ -151,6 +151,16 @@ context.modules = [
|
|||
|
||||
# Provides factories to make session manager objects.
|
||||
{ name = libpipewire-module-session-manager }
|
||||
|
||||
# Use libcanberra to play X11 Bell
|
||||
#{ name = libpipewire-module-x11-bell
|
||||
# args = {
|
||||
# #sink.name = "@DEFAULT_SINK@"
|
||||
# #sample.name = "bell-window-system"
|
||||
# #x11.display = null
|
||||
# #x11.xauthority = null
|
||||
# }
|
||||
#}
|
||||
]
|
||||
|
||||
context.objects = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue