From 513459d4dd6986c325ee18e4dee8502542e029c6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 1 Jul 2022 18:55:02 -0700 Subject: [firefox] Make it possible to stow firefox configuration - Put ‘userChrome.css’ into the ‘src/’ directory and have stow ignore any such directory. - Dynamically find the name of the default firefox profile. - In case the firefox profile can't be found, output some messages stating such. - Update the ‘userChrome.css’ as used by Firefox. --- .stowrc | 1 + 1 file changed, 1 insertion(+) (limited to '.stowrc') diff --git a/.stowrc b/.stowrc index 8e27a40..e845ab0 100644 --- a/.stowrc +++ b/.stowrc @@ -4,4 +4,5 @@ --ignore .dir-locals.el --ignore PKGBUILD --ignore pkg.tar.xz +--ignore src --no-folding -- cgit v1.2.3-54-g00ecf