diff options
Diffstat (limited to '.mozilla/firefox/whisperwood')
-rw-r--r-- | .mozilla/firefox/whisperwood/chrome/userChrome.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.mozilla/firefox/whisperwood/chrome/userChrome.css b/.mozilla/firefox/whisperwood/chrome/userChrome.css index 10e0a36..e458e26 100644 --- a/.mozilla/firefox/whisperwood/chrome/userChrome.css +++ b/.mozilla/firefox/whisperwood/chrome/userChrome.css @@ -1,3 +1,7 @@ +/* Ideally, use this in conjunction with the "dwm TabsInTitlebar" firefox extenstion + * https://addons.mozilla.org/en-US/firefox/addon/tabs-in-title/ + * https://github.com/edvardxyz/Tabs-in-title + */ #TabsToolbar { visibility: collapse; } /* leaves space for the window buttons */ |