diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-13 19:28:25 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-13 19:28:25 +0100 |
| commit | f1caa661ebe29653b8784d2698d686c623e3e319 (patch) | |
| tree | 10dccc7d88ea27ea18f7e367c187240a18e6c0ab /README.md | |
[meta] added README & basic config options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f835079 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Firefox Configs + +This is my collection of Firefox tweaks. Currently, it just contains the custom CSS styling I use & a set of `about:config` changes I like. + +## `about:config` tweaks + +| Config | Value | +| ---------------------------------- | ------- | +| `browser.closeWindowWithLastTab` | `false` | +| `browser.compactmode.show` | `true` | +| `browser.tabs.fadeOutUnloadedTabs` | `true` | +| `security.webauth.webauthn` | `false` | +| ---------------------------------- | ------- | + |
