.TH "libpipewire-module-x11-bell" 7 "1.0.7" "PipeWire" \" -*- nroff -*- .ad l .nh .SH NAME libpipewire-module-x11-bell \- X11 Bell .SH DESCRIPTION .PP The \fRx11-bell\fP module intercept the X11 bell events and uses libcanberra to play a sound\&. .PP .SH "MODULE NAME" .PP .PP \fRlibpipewire-module-x11-bell\fP .PP .SH "MODULE OPTIONS" .PP .PP .IP "\(bu" 2 \fRsink\&.name = \fP: node\&.name of the sink to connect to .IP "\(bu" 2 \fRsample\&.name = \fP: the name of the sample to play, default 'bell-window-system' .IP "\(bu" 2 \fRx11\&.display = \fP: the X11 display to use .IP "\(bu" 2 \fRx11\&.xauthority = \fP: the X11 XAuthority string placed in XAUTHORITY env .PP .PP .SH "GENERAL OPTIONS" .PP .PP There are no general options for this module\&. .PP .SH "EXAMPLE CONFIGURATION" .PP .PP .PP .nf context\&.modules = [ { name = libpipewire\-x11\-bell } args = { #sink\&.name = @DEFAULT_SINK@ sample\&.name = "bell\-window\-system" #x11\&.display = ":1" #x11\&.xauthority = "test" ] .fi .PP