mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
firefox: disable full screen warning
This commit is contained in:
parent
f047064ba3
commit
81bfcc90c6
1 changed files with 3 additions and 0 deletions
|
@ -29,3 +29,6 @@ user_pref("browser.backspace_action", 0);
|
|||
|
||||
// Ctrl-Tab should not use recent order (it's confusing for me)
|
||||
user_pref("browser.ctrlTab.recentlyUsedOrder", false);
|
||||
|
||||
// Don't display fullscreen warning
|
||||
user_pref("full-screen-api.warning.timeout", 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue