From 4f7f401a9bae35e446639379e4c1025c987a99ff Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Mon, 27 Feb 2023 23:12:13 -0800 Subject: [PATCH] :memo: Made note of how to change width of cursor --- firefox_notes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firefox_notes.txt b/firefox_notes.txt index b21b3afc..d50d7ad4 100644 --- a/firefox_notes.txt +++ b/firefox_notes.txt @@ -134,3 +134,8 @@ Copy the chrome directory into the profile ($HOME/.librewolf/*.default-release) This feature isn't officially supported anymore so enable it by heading to about:config and find/set: toolkit.legacyUserProfileCustomizations.stylesheets : true + +Custom Caret Widths for Text Cursor: +In about:config, add these new custom properties (they don't exist by default): +ui.caretWidth (set to number, and set to 10) +ui.caretBlinkTime (set to number, and set to 0 to disable blink)