📝 Made note of how to change width of cursor

This commit is contained in:
z3rOR0ne 2023-02-27 23:12:13 -08:00
parent 7e3a33c057
commit 4f7f401a9b

View file

@ -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)