Go to file
Joel Beckmeyer 4ca6b4c8aa add README 2024-04-24 17:52:51 -04:00
dot_config fix zsh-history-substring-search 2024-04-19 15:34:58 -04:00
dot_local bin: automatically enable and disable swap for lineage buildscript 2024-03-11 09:30:43 -04:00
.chezmoi.yaml.tmpl track chezmoi.yaml as template 2023-07-25 09:37:32 -04:00
.chezmoiexternal.toml xxtools: convert to git-repo external type 2023-10-26 22:22:39 -04:00
.chezmoiignore update work laptop hostname 2024-04-24 14:34:04 -04:00
README.md add README 2024-04-24 17:52:51 -04:00

README.md

Miscellaneous topics that I'm too lazy to script

Firefox with tree-style tabs

  1. Go to about:config in Firefox and make sure all of these are enabled/true:
toolkit.legacyUserProfileCustomizations.stylesheets
layers.acceleration.force-enabled
gfx.webrender.all
gfx.webrender.enabled
layout.css.backdrop-filter.enabled
svg.context-properties.content.enabled
  1. Close Firefox.
  2. Create the file <firefox profile>/chrome/userChrome.css in the Firefox profile directory (there may be multiple directories, one will only have one file called times.json, this is the wrong one, choose the other one):
    • Windows: %AppData%/Mozilla/Firefox/Profiles
    • Linux: ~/.mozilla/firefox
#TabsToolbar
{
        visibility: collapse;
}
  1. Open Firefox and confirm the top bar is gone. To enable the title bar, go to Menu -> More Tools -> Customize toolbar... and check "Title Bar" in the bottom-left corner.