99-silent-bell.conf
This commit is contained in:
parent
e1c361ac23
commit
c79ac20f79
1 changed files with 11 additions and 1 deletions
|
|
@ -84,10 +84,20 @@
|
|||
alsa.support32Bit = true;
|
||||
# pulse.enable = true;
|
||||
# jack.enable = true;
|
||||
|
||||
# disable X11 bell module, which plays a sound on urgency hint
|
||||
extraConfig = {
|
||||
pipewire."99-silent-bell.conf" = {
|
||||
"context.properties" = {
|
||||
"module.x11.bell" = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
security.rtkit.enable = true; # I *think* this is for pipewire
|
||||
# allows pipewire to use the realtime scheduler for increased performance
|
||||
security.rtkit.enable = true;
|
||||
|
||||
# ---- ENVIRONMENT VARIABLES ----
|
||||
environment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue