Added firefox userChrome
This commit is contained in:
parent
9d7257f067
commit
13c26ba9c6
2 changed files with 14 additions and 0 deletions
3
.config/firefox/chrome/userChrome.css
Normal file
3
.config/firefox/chrome/userChrome.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#TabsToolbar {
|
||||||
|
visibility: collapse;
|
||||||
|
}
|
11
README.md
11
README.md
|
@ -12,3 +12,14 @@ All ZSH plugins are submodules
|
||||||
yadm clone ssh://git@git.pfy.ch/pfych/unix-config.git
|
yadm clone ssh://git@git.pfy.ch/pfych/unix-config.git
|
||||||
yadm submodule update --init --recursive
|
yadm submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Firefox
|
||||||
|
|
||||||
|
Firefox profile location differs between MacOS & Linux, so the actual config files cannot be synced
|
||||||
|
|
||||||
|
1. Navigate to `about:config`
|
||||||
|
2. Enable `toolkit.legacyUserProfileCustomizations.stylesheets`
|
||||||
|
3. Navigate to `about:support` and open `Profile folder`
|
||||||
|
4. Symlink `~/.config/firefox/chrome` to `<profile>/chrome`
|
||||||
|
5. Restart Firefox
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue