mirror of
https://github.com/brl/mutter.git
synced 2025-03-15 07:45:04 +00:00

Right now metacity issues only 1 bell event per second. This is feels buggy when triggering multiple alarm sounds in a terminal. This patch simple increases the limit to 1/100ms. 100ms is probably a good choice since the HIG recommends that all user reaction should happen within 100ms. With this applied pressing 'Left' in gnome-terminal feels much more responsive. https://bugzilla.redhat.com/show_bug.cgi?id=498608 https://bugzilla.gnome.org/show_bug.cgi?id=609585