mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
firefox: make interface more compact
This commit is contained in:
parent
0cf312b7aa
commit
2859f49eb2
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ user_pref("ui.context_menus.after_mouseup", true);
|
|||
// Don't display menubar when pressing Alt
|
||||
user_pref("ui.key.menuAccessKeyFocuses", false);
|
||||
|
||||
// Be more compact
|
||||
user_pref("browser.uidensity", 1);
|
||||
|
||||
// No popup at all!
|
||||
user_pref("browser.link.open_newwindow.restriction", 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue