aboutsummaryrefslogtreecommitdiff
path: root/.config/firefox
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-01 10:15:30 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-01 10:15:30 +0200
commitedf92699e07a00324a7cf06f27eb1350db658df7 (patch)
treed651680a6e996f4eee7afae2b63b970e579ac687 /.config/firefox
parentd0a498a80b8cf634ecc69f049111fb1108282b1d (diff)
various updates
- fcitx5 update (adds config keys, translated comments for some reason) - firefox userChrome + user.js tweaks - mbsyncrc SSLType -> TLSType - copy-subs update - vimrc update (hexokinase, small tweaks) - picom shadow exclude tweaks for firefox - remove whoami module from polybar - ccpreview tweaks - panic script does more now
Diffstat (limited to '.config/firefox')
-rw-r--r--.config/firefox/chrome/userChrome.css4
-rw-r--r--.config/firefox/user.js6
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/firefox/chrome/userChrome.css b/.config/firefox/chrome/userChrome.css
index dcf28fe..233a1ba 100644
--- a/.config/firefox/chrome/userChrome.css
+++ b/.config/firefox/chrome/userChrome.css
@@ -1,7 +1,9 @@
/* hide shit */
#alltabs-button,
#appMenu-fxa-status2,
-#appMenu-fxa-separator
+#appMenu-fxa-separator,
+#fullscreen-warning,
+.findbar-highlight
{ display: none !important; }
/* undo shit */
diff --git a/.config/firefox/user.js b/.config/firefox/user.js
index 3644cb8..778631e 100644
--- a/.config/firefox/user.js
+++ b/.config/firefox/user.js
@@ -15,14 +15,12 @@ user_pref("dom.security.https_only_mode_ever_enabled", true);
// smooth scrolling
user_pref("general.smoothScroll", true);
-user_pref("mousewheel.default.delta_multiplier_y", 85);
user_pref("general.smoothScroll.msdPhysics.enabled", true);
user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 12);
-user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 800);
-user_pref("general.smoothScroll.msdPhysics.regularSpringConstant", 800);
user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaMS", 25);
+user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 1800);
user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio", "2");
-user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 40);
+user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 60);
user_pref("general.smoothScroll.currentVelocityWeighting", "1");
user_pref("general.smoothScroll.stopDecelerationWeighting", "1");