Finally disable bell sound
This commit is contained in:
parent
0478dae702
commit
3189483bd2
@ -187,6 +187,14 @@
|
|||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
|
extraConfig.pipewire = {
|
||||||
|
"99-no-bell" = {
|
||||||
|
# Disable bell sound
|
||||||
|
"context.properties" = {
|
||||||
|
"module.x11.bell" = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user