如何在 Debian 中用悦耳的声音替换系统提示音

Dre*_*ker 7 debian

如何在 Debian 中用悦耳的声音替换系统提示音?我不想完全关闭它,因为它表示一些通知。

我设法找到的只是如何完全关闭它的手册,或者对于 Ubuntu 的“操作方法”,不幸的是它不适合 Debian(或者我至少没有设法应用它们)。

小智 3

如果您使用pulseaudio,您应该能够使用该module-x11-bell模块设置系统蜂鸣声。在 中/etc/pulse/default.pa,输入:

load-sample-lazy x11-bell /path/to/sound/file
load-module module-x11-bell sample=x11-bell
Run Code Online (Sandbox Code Playgroud)

它应该有效!