Terminal: Use the visual bell by default.

This commit is contained in:
Andreas Kling 2019-06-07 08:45:39 +02:00
parent 0491d34d0c
commit 4edc73ad1f
Notes: sideshowbarker 2024-07-19 13:42:18 +09:00
2 changed files with 2 additions and 1 deletions

View file

@ -159,7 +159,7 @@ int main(int argc, char** argv)
terminal.apply_size_increments_to_window(*window);
window->show();
window->set_icon_path("/res/icons/16x16/app-terminal.png");
terminal.set_should_beep(config->read_bool_entry("Window", "AudibleBeep", true));
terminal.set_should_beep(config->read_bool_entry("Window", "AudibleBeep", false));
WeakPtr<GWindow> settings_window;

View file

@ -1,2 +1,3 @@
[Window]
Opacity=255
AudibleBeep=0