Go to file
Joel Beckmeyer 4177d5aafb add zathura 2024-06-19 16:03:39 -04:00
dot_config add zathura 2024-06-19 16:03:39 -04:00
dot_local xxdist: add install functionality 2024-05-01 09:31:41 -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 lol 2024-05-01 09:30:59 -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.