mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-24 12:54:38 +02:00
firefox: fix user.js syntax
This commit is contained in:
parent
81bfcc90c6
commit
5557622cfb
1 changed files with 2 additions and 1 deletions
|
@ -31,4 +31,5 @@ user_pref("browser.backspace_action", 0);
|
|||
user_pref("browser.ctrlTab.recentlyUsedOrder", false);
|
||||
|
||||
// Don't display fullscreen warning
|
||||
user_pref("full-screen-api.warning.timeout", 0)
|
||||
user_pref("full-screen-api.warning.timeout", 0);
|
||||
user_pref("full-screen-api.transition.timeout", 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue