mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
firefox: don't beep when using type ahead find
This commit is contained in:
parent
d5b99dc020
commit
edf569a3c2
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ user_pref("ui.key.menuAccessKeyFocuses", false);
|
|||
// Keep GTK keybindings
|
||||
user_pref("ui.key.use_select_all_in_single_line_editor", false);
|
||||
|
||||
// Don't beep when using type ahead find
|
||||
user_pref("accessibility.typeaheadfind.enablesound", false);
|
||||
|
||||
// Be more compact
|
||||
user_pref("browser.uidensity", 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue