]> git.armaanb.net Git - chorizo.git/blobdiff - man/chorizo-usage.1.scd
Fix man reference paths
[chorizo.git] / man / chorizo-usage.1.scd
index 1f7362952afcdfe1d26f8bd6c685c82eb9ca86b9..a55d861336b8e4877f0ed5ea95918433e7d300c2 100644 (file)
@@ -8,7 +8,7 @@ chorizo-usage - extended usage hints
 manpage contains additional hints and pointers regarding its usage.
 
 # KEYBINDINGS AND CONFIGURATION
-For this information, please refer to *chorizo-configuration*(1).
+For this information, please refer to *chorizo-config*(5).
 
 # DOWNLOAD MANAGER
 Open the download manager using the appropriate hotkey. A new window listing
@@ -20,9 +20,9 @@ resume downloads. If a file already exists, it won't be touched. Instead, the
 new file name will have a suffix such as *.1*, *.2*, *.3*, and so on.
 
 # USER-SUPPLIED JAVASCRIPT FILES
-After a page has been successfully loaded, the directory
-_~/.local/share/chorizo/user-scripts_ will be scanned and each file in it ending
-with *.js* will be run as a JavaScript file in the context of said page.
+When a page is being loaded, the directory _~/.local/share/chorizo/user-scripts_
+will be scanned and each file in it ending with *.js* will be run as a
+JavaScript file in the context of said page.
 
 *chorizo* comes with the following scripts:
 
@@ -40,6 +40,11 @@ with *.js* will be run as a JavaScript file in the context of said page.
 Those bundled scripts are automatically installed on *make install*. To use
 them, though, make sure to link them to the directory mentioned above.
 
+# USER-SUPPLIED CSS FILES
+User supplied CSS files will be scanned for from
+_~/.local/share/chorizo/user-styles_, and be applied every time a page
+loads. The rules in these files override any rules provided by the website.
+
 # WEB EXTENSIONS
 On startup, WebKit checks _~/.local/share/chorizo/web_extensions_ for any *.so*
 files. See
@@ -78,4 +83,4 @@ Note: This is NOT equal to certificate pinning. WebKit ignores user-specified
 certificates if the server's certificate can be validated by any system-wide CA.
 
 # SEE ALSO
-*chorizo*(1), *chorizo-config*(1)
+*chorizo*(1), *chorizo-config*(5)