Skip to content

Commit

Permalink
pipewire: Remove the x11 bell
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Jan 28, 2024
1 parent dfdd93f commit 12858f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions home-config/config/desktop/pipewire.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ in {
config = lib.mkIf config.custom.desktop-environment {
xdg.configFile."pipewire/pipewire.conf.d/99-rnnoise.conf" = {
text = builtins.toJSON {
"context.properties" = {
"link.max-buffers" = 16;
"core.daemon" = true;
"core.name" = "pipewire-0";
"module.x11.bell" = false;
"module.access" = true;
"module.jackdbus-detect" = false;
};

"context.modules" = [
{
name = "libpipewire-module-filter-chain";
Expand Down

0 comments on commit 12858f4

Please sign in to comment.