From 1aedb5705fdddaaa1e0c0451a32fcf059700a066 Mon Sep 17 00:00:00 2001
From: Benjamin Chausse <benjamin@chausse.xyz>
Date: Sun, 4 Feb 2024 16:33:23 -0500
Subject: Document firefox extension used with custom css

---
 .mozilla/firefox/whisperwood/chrome/userChrome.css | 4 ++++
 1 file changed, 4 insertions(+)

(limited to '.mozilla/firefox')

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 */
-- 
cgit v1.2.3